Browse Source

Fix build with CARLA_FRONTEND_ONLY_EMBEDDABLE_PLUGINS

Signed-off-by: falkTX <falktx@falktx.com>
pull/1807/head
falkTX 1 year ago
parent
commit
8f1867a353
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/frontend/pluginlist/pluginlistdialog.cpp

+ 1
- 1
source/frontend/pluginlist/pluginlistdialog.cpp View File

@@ -745,6 +745,7 @@ struct PluginListDialog::PrivateData {
return false;
#endif // CARLA_OS_WIN
}
#endif // CARLA_FRONTEND_ONLY_EMBEDDABLE_PLUGINS

void restart()
{
@@ -756,7 +757,6 @@ struct PluginListDialog::PrivateData {
tool += ".exe";
#endif
}
#endif // CARLA_FRONTEND_ONLY_EMBEDDABLE_PLUGINS
} discovery;

PluginPaths paths;


Loading…
Cancel
Save