summaryrefslogtreecommitdiff
path: root/src/gamebuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamebuilder.h')
-rw-r--r--src/gamebuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamebuilder.h b/src/gamebuilder.h
index e4ead71..9e40f48 100644
--- a/src/gamebuilder.h
+++ b/src/gamebuilder.h
@@ -31,7 +31,7 @@ public:
31 void addNode( AstNode::Type iType ); 31 void addNode( AstNode::Type iType );
32 void closeNode(); 32 void closeNode();
33 void addLiteral( const Variable &v ); 33 void addLiteral( const Variable &v );
34 void addVarRef( const Bu::String &sName ); 34 void addVarRef( const Bu::String &sName, ScopeId sid );
35 void addFuncCall( const Bu::String &sName ); 35 void addFuncCall( const Bu::String &sName );
36 36
37 void beginGlobal(); 37 void beginGlobal();