Fix build on clang.

This commit is contained in:
Christian Speckner 2017-11-18 19:57:22 +01:00
parent 73a8938abf
commit 2f8ddb2f7a
1 changed files with 1 additions and 1 deletions

View File

@ -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;