Added missing semicolon
This commit is contained in:
parent
dbef3aa172
commit
134448e67a
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ namespace lua
|
|||
if (!refuse)
|
||||
{
|
||||
push(v);
|
||||
args_number++
|
||||
args_number++;
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue