Skip to content

Commit

Permalink
Add missed namespace prefix in RemoteVstPlugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
irrenhaus3 committed Apr 24, 2022
1 parent 44b310c commit fefc25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/VstBase/RemoteVstPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ int main( int _argc, char * * _argv )
}

#ifndef LMMS_BUILD_WIN32
const auto pollParentThread = PollParentThread{};
const auto pollParentThread = lmms::PollParentThread{};
#endif

#ifndef NATIVE_LINUX_VST
Expand Down

0 comments on commit fefc25c

Please sign in to comment.