summaryrefslogtreecommitdiff
path: root/src/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/function.h')
-rw-r--r--src/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function.h b/src/function.h
index c1289f4..6696d5a 100644
--- a/src/function.h
+++ b/src/function.h
@@ -11,7 +11,7 @@ public:
11 virtual ~Function(); 11 virtual ~Function();
12 12
13 virtual Bu::String getName() const=0; 13 virtual Bu::String getName() const=0;
14 virtual Variable call( class GameState &gState )=0; 14 virtual void call( class GameState &gState )=0;
15}; 15};
16 16
17#endif 17#endif