mirror of https://github.com/stella-emu/stella.git
Fix build on clang.
This commit is contained in:
parent
73a8938abf
commit
2f8ddb2f7a
|
@ -119,7 +119,7 @@ class DeveloperDialog : public Dialog
|
|||
void enableOptions();
|
||||
void handleTVJitterChange(bool enable);
|
||||
void handleDebugColors();
|
||||
void DeveloperDialog::handleConsole();
|
||||
void handleConsole();
|
||||
|
||||
// Following constructors and assignment operators not supported
|
||||
DeveloperDialog() = delete;
|
||||
|
|
Loading…
Reference in New Issue