mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Get rid of C-style empty function parameter indicators
This commit is contained in:
@ -31,7 +31,7 @@ public:
|
||||
|
||||
private:
|
||||
#ifdef _WIN32
|
||||
HWND GetHwnd(void);
|
||||
HWND GetHwnd();
|
||||
HANDLE hConsole;
|
||||
#endif
|
||||
bool bUseColor;
|
||||
|
Reference in New Issue
Block a user