diff options
Diffstat (limited to 'src/astfunction.cpp')
-rw-r--r-- | src/astfunction.cpp | 2 |
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 | ||
17 | Variable AstFunction::call( class GameState &gState ) | 17 | void AstFunction::call( class GameState &gState ) |
18 | { | 18 | { |
19 | gState.parse( pAst ); | 19 | gState.parse( pAst ); |
20 | } | 20 | } |