Skip to content

Commit

Permalink
fix link problem with no gtk2
Browse files Browse the repository at this point in the history
  • Loading branch information
lshman committed Jun 12, 2024
1 parent 6a45044 commit 2e168f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gui/studio/LV2Gtk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ void LV2Gtk::startUp()
namespace Rosegarden
{

LV2Gtk* LV2Gtk::getInstance()
{
return nullptr;
}

LV2Gtk::LV2Gtk() :
m_active(false),
m_argv(nullptr)
Expand Down

0 comments on commit 2e168f0

Please sign in to comment.