From fefc25c7df17a1867c44ec7215b5776e5762df3f Mon Sep 17 00:00:00 2001 From: Levin Oehlmann Date: Sun, 24 Apr 2022 13:03:35 +0200 Subject: [PATCH] Add missed namespace prefix in RemoteVstPlugin. --- plugins/VstBase/RemoteVstPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/VstBase/RemoteVstPlugin.cpp b/plugins/VstBase/RemoteVstPlugin.cpp index cfa469e4383..39fdefa2537 100644 --- a/plugins/VstBase/RemoteVstPlugin.cpp +++ b/plugins/VstBase/RemoteVstPlugin.cpp @@ -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