diff options
Diffstat (limited to 'src/frontend/qt_sdl/RAMInfoDialog.h')
-rw-r--r-- | src/frontend/qt_sdl/RAMInfoDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/qt_sdl/RAMInfoDialog.h b/src/frontend/qt_sdl/RAMInfoDialog.h index f44ae93..33afd98 100644 --- a/src/frontend/qt_sdl/RAMInfoDialog.h +++ b/src/frontend/qt_sdl/RAMInfoDialog.h @@ -142,7 +142,7 @@ public: void Stop(); private: - void run(); + virtual void run() override; RAMInfoDialog* Dialog; bool SearchRunning = false; |