mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
clang-modernize -add-override
This commit is contained in:
parent
c89f04a7c5
commit
f28116b7da
67 changed files with 401 additions and 401 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue