diff options
Diffstat (limited to 'src/parser.h')
-rw-r--r-- | src/parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h index 2b1a4af..e163212 100644 --- a/src/parser.h +++ b/src/parser.h | |||
@@ -20,6 +20,8 @@ public: | |||
20 | virtual ~Parser(); | 20 | virtual ~Parser(); |
21 | 21 | ||
22 | void parse(); | 22 | void parse(); |
23 | Number getVariable( const Bu::String &sName ); | ||
24 | void setVariable( const Bu::String &sName, const Number &rValue ); | ||
23 | 25 | ||
24 | private: | 26 | private: |
25 | void unwind(); | 27 | void unwind(); |