aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/macosx/macosx.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/sdl/macosx/macosx.h')
-rw-r--r--backends/platform/sdl/macosx/macosx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/backends/platform/sdl/macosx/macosx.h b/backends/platform/sdl/macosx/macosx.h
index 1febd1a51d..3c583a0ac0 100644
--- a/backends/platform/sdl/macosx/macosx.h
+++ b/backends/platform/sdl/macosx/macosx.h
@@ -31,11 +31,11 @@
class OSystem_MacOSX : public OSystem_POSIX {
public:
OSystem_MacOSX();
- ~OSystem_MacOSX() {}
+ virtual ~OSystem_MacOSX() {}
- void initBackend();
- void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0);
- void setupIcon();
+ virtual void initBackend();
+ virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0);
+ virtual void setupIcon();
};
#endif