From 2f8ddb2f7aa6e00901a8e210b413145cb1b31e4d Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Sat, 18 Nov 2017 19:57:22 +0100 Subject: [PATCH] Fix build on clang. --- src/gui/DeveloperDialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;