diff options
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r-- | src/uscxml/Interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h index 806a0fc..7cbcc2a 100644 --- a/src/uscxml/Interpreter.h +++ b/src/uscxml/Interpreter.h @@ -194,7 +194,7 @@ public: /** * Return ActionLanguage with the instances actually used (i.e. those from the factory). */ - ActionLanguage getActionLanguage(); + ActionLanguage* getActionLanguage(); /** * Provide a custom Factory to instantiate dynamic instances for this and invoked state-chart instances. |