summaryrefslogtreecommitdiff
path: root/src/astfunction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/astfunction.cpp')
-rw-r--r--src/astfunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/astfunction.cpp b/src/astfunction.cpp
index f5e25dc..c37a70d 100644
--- a/src/astfunction.cpp
+++ b/src/astfunction.cpp
@@ -14,7 +14,7 @@ AstFunction::~AstFunction()
14 delete pAst; 14 delete pAst;
15} 15}
16 16
17Variable AstFunction::call( class GameState &gState ) 17void AstFunction::call( class GameState &gState )
18{ 18{
19 gState.parse( pAst ); 19 gState.parse( pAst );
20} 20}