commit 5e57dfbf6be109a4d6812e2692a9879e50ce7857 parent ffdfaa6174adaa538150e95a128bf4f5f5f6d292 Author: falkTX <falktx@gmail.com> Date: Sat, 4 Aug 2018 02:36:11 +0200 Whitespace Diffstat:
M | distrho/src/DistrhoPluginVST.cpp | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/distrho/src/DistrhoPluginVST.cpp b/distrho/src/DistrhoPluginVST.cpp @@ -118,8 +118,8 @@ public: } } - bool* parameterChecks; - float* parameterValues; + bool* parameterChecks; + float* parameterValues; # if DISTRHO_PLUGIN_WANT_STATE virtual void setStateFromUI(const char* const newKey, const char* const newValue) = 0; @@ -390,7 +390,7 @@ public: # ifdef __LP64__ fUsingNsView = true; # else -# warning 32bit VST UIs on OSX only work if the host supports "hasCockosViewAsConfig" +# warning 32bit VST UIs on OSX only work if the host supports "hasCockosViewAsConfig" fUsingNsView = false; # endif # endif // DISTRHO_OS_MAC