summaryrefslogtreecommitdiffstats
path: root/src/gui/MessagesWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/MessagesWindow.hpp')
-rw-r--r--src/gui/MessagesWindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/MessagesWindow.hpp b/src/gui/MessagesWindow.hpp
index b3c5114d..fae6c2c3 100644
--- a/src/gui/MessagesWindow.hpp
+++ b/src/gui/MessagesWindow.hpp
@@ -44,7 +44,7 @@ public:
MessagesWindow(BaseObjectType* cobject,
const Glib::RefPtr<Gtk::Builder>& xml);
- void init_window(App& app);
+ void init_window(App& app) override;
int log(LV2_URID type, const char* fmt, va_list args);
void flush();