diff --git a/plugins/vst/SfizzVstController.cpp b/plugins/vst/SfizzVstController.cpp index cdd9f0b3..dc250162 100644 --- a/plugins/vst/SfizzVstController.cpp +++ b/plugins/vst/SfizzVstController.cpp @@ -324,7 +324,7 @@ tresult SfizzVstControllerNoUi::notify(Vst::IMessage* message) pos += sizeof(uint32); float value = *reinterpret_cast(pos); pos += sizeof(float); - #pragma message("setParam() on non-UI thread is dangerous on Reaper, make it deferred instead") + #pragma message("setParam() on non-UI thread is dangerous on Reaper, make it deferred instead") //NOLINT setParam(pid, value); } }