mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
fixed round brackets parsing bug
This commit is contained in:
parent
ed92ffcf89
commit
73f9436ed9
2 changed files with 17 additions and 2 deletions
|
@ -30,6 +30,8 @@ namespace Compiler
|
|||
|
||||
char getOperator() const;
|
||||
|
||||
bool isOpen() const;
|
||||
|
||||
void popOperator();
|
||||
|
||||
void popOperand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue