summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/video.h')
-rw-r--r--src/osd/sdl/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/video.h b/src/osd/sdl/video.h
index 11cd32de38e..699f98512d1 100644
--- a/src/osd/sdl/video.h
+++ b/src/osd/sdl/video.h
@@ -171,7 +171,7 @@ public:
static BOOL CALLBACK monitor_enum_callback(HMONITOR handle, HDC dc, LPRECT rect, LPARAM data);
#endif
private:
- void virtual refresh();
+ void virtual refresh() override;
UINT64 m_handle; // handle to the monitor
};