diff options
Diffstat (limited to 'backends/platform/sdl/switch/switch.h')
-rw-r--r-- | backends/platform/sdl/switch/switch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/platform/sdl/switch/switch.h b/backends/platform/sdl/switch/switch.h index b9e41e6fe4..61b4f3c058 100644 --- a/backends/platform/sdl/switch/switch.h +++ b/backends/platform/sdl/switch/switch.h @@ -44,8 +44,7 @@ protected: Common::String _baseConfigName; virtual Common::String getDefaultConfigFileName() override; - - virtual Common::WriteStream *createLogFile() override; + virtual Common::String getDefaultLogFileName() override; }; #endif |