Skip to content

Commit

Permalink
Merge branch 'fr462'
Browse files Browse the repository at this point in the history
  • Loading branch information
tedfelix committed Jun 12, 2024
2 parents 0567c45 + 2e168f0 commit 76e1148
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 76e1148

Please sign in to comment.