diff options
Diffstat (limited to 'backends/platform/sdl/macosx/macosx.h')
-rw-r--r-- | backends/platform/sdl/macosx/macosx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/sdl/macosx/macosx.h b/backends/platform/sdl/macosx/macosx.h index 6f960dbdad..b860b71ad8 100644 --- a/backends/platform/sdl/macosx/macosx.h +++ b/backends/platform/sdl/macosx/macosx.h @@ -50,6 +50,8 @@ public: virtual Common::String getScreenshotsPath(); protected: + virtual Common::String getDefaultLogFileName(); + // Override createAudioCDManager() to get our Mac-specific // version. virtual AudioCDManager *createAudioCDManager(); |