Browse Source

Whitespace

pull/61/head
falkTX 5 years ago
parent
commit
5e57dfbf6b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      distrho/src/DistrhoPluginVST.cpp

+ 3
- 3
distrho/src/DistrhoPluginVST.cpp View File

@@ -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


Loading…
Cancel
Save