aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/vmenu.h')
-rw-r--r--engines/cge/vmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/vmenu.h b/engines/cge/vmenu.h
index 2bb3cef88d..c2fc096e83 100644
--- a/engines/cge/vmenu.h
+++ b/engines/cge/vmenu.h
@@ -59,7 +59,7 @@ public:
MENU_BAR *Bar;
VMENU(CGEEngine *vm, CHOICE *list, int x, int y);
~VMENU();
- void Touch(uint16 mask, int x, int y);
+ virtual void touch(uint16 mask, int x, int y);
private:
CGEEngine *_vm;
};