diff --git a/src/gui/DeveloperDialog.hxx b/src/gui/DeveloperDialog.hxx index f5cf72f0c..40df95424 100644 --- a/src/gui/DeveloperDialog.hxx +++ b/src/gui/DeveloperDialog.hxx @@ -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;