aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/input/inputengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/input/inputengine.h')
-rw-r--r--engines/sword25/input/inputengine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sword25/input/inputengine.h b/engines/sword25/input/inputengine.h
index 07e56928cb..20bea21a72 100644
--- a/engines/sword25/input/inputengine.h
+++ b/engines/sword25/input/inputengine.h
@@ -57,7 +57,7 @@ namespace Sword25 {
class InputEngine : public Service, public Persistable {
public:
InputEngine(Kernel *pKernel);
- ~InputEngine() {}
+ ~InputEngine();
// NOTE: These codes are registered in inputengine_script.cpp
// Any changes to these enums must also adjust the above file.
@@ -303,6 +303,7 @@ public:
private:
bool registerScriptBindings();
+ void unregisterScriptBindings();
private:
void testForLeftDoubleClick();