Skip to content

Commit

Permalink
Fix a typo in the linux standalone
Browse files Browse the repository at this point in the history
namespace is ::linux not ::Linu
  • Loading branch information
baconpaul committed Oct 7, 2023
1 parent 27d899b commit 361bc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapasstandalone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int main(int argc, char **argv)

#if LIN
#if CLAP_WRAPPER_HAS_GTK3
freeaudio::clap_wrapper::standalone::Linux::GtkGui gtkGui{};
freeaudio::clap_wrapper::standalone::linux::GtkGui gtkGui{};

gtkGui.initialize(freeaudio::clap_wrapper::standalone::getStandaloneHost());
gtkGui.setPlugin(plugin);
Expand Down

0 comments on commit 361bc83

Please sign in to comment.