aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/morphos/morphos.h')
-rw-r--r--backends/morphos/morphos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h
index 6ce4413641..6e606c61ff 100644
--- a/backends/morphos/morphos.h
+++ b/backends/morphos/morphos.h
@@ -75,8 +75,8 @@ class OSystem_MorphOS : public OSystem
virtual void clear_overlay();
virtual void grab_overlay(int16 *buf, int pitch);
virtual void copy_rect_overlay(const int16 *buf, int pitch, int x, int y, int w, int h);
- virtual int16 get_height();
- virtual int16 get_width();
+ virtual int16 getHeight();
+ virtual int16 getWidth();
// Get the number of milliseconds since the program was started.
virtual uint32 get_msecs();