From 35f71b12dc48a928d98743f607f62b2f6dbe7307 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 29 Dec 2011 23:30:49 -0700 Subject: Goto works, scopes work. --- src/gamebuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gamebuilder.h') 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: void addNode( AstNode::Type iType ); void closeNode(); void addLiteral( const Variable &v ); - void addVarRef( const Bu::String &sName ); + void addVarRef( const Bu::String &sName, ScopeId sid ); void addFuncCall( const Bu::String &sName ); void beginGlobal(); -- cgit v1.2.3