aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/gui.h')
-rw-r--r--engines/m4/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/gui.h b/engines/m4/gui.h
index 99b44a3af7..2b673d624c 100644
--- a/engines/m4/gui.h
+++ b/engines/m4/gui.h
@@ -443,7 +443,7 @@ public:
GameInterfaceView(MadsM4Engine *vm, const Common::Rect &rect): View(vm, rect) {}
~GameInterfaceView() {}
- virtual void initialise() {}
+ virtual void initialize() {}
virtual void setSelectedObject(int objectNumber) {}
virtual void addObjectToInventory(int objectNumber) {}
};