mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
clang-modernize -add-override
This commit is contained in:
@ -53,7 +53,7 @@ public:
|
||||
~CLogWindow();
|
||||
|
||||
void SaveSettings();
|
||||
void Log(LogTypes::LOG_LEVELS, const char *text);
|
||||
void Log(LogTypes::LOG_LEVELS, const char *text) override;
|
||||
|
||||
int x, y, winpos;
|
||||
|
||||
|
Reference in New Issue
Block a user