diff --git a/src/gui/studio/LV2Gtk.cpp b/src/gui/studio/LV2Gtk.cpp index deee8c879..5afaf565c 100644 --- a/src/gui/studio/LV2Gtk.cpp +++ b/src/gui/studio/LV2Gtk.cpp @@ -177,6 +177,11 @@ void LV2Gtk::startUp() namespace Rosegarden { +LV2Gtk* LV2Gtk::getInstance() +{ + return nullptr; +} + LV2Gtk::LV2Gtk() : m_active(false), m_argv(nullptr)