Skip to content

Commit

Permalink
Fix build with CARLA_FRONTEND_ONLY_EMBEDDABLE_PLUGINS
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 3, 2023
1 parent a1ecd84 commit 8f1867a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/frontend/pluginlist/pluginlistdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ struct PluginListDialog::PrivateData {
return false;
#endif // CARLA_OS_WIN
}
#endif // CARLA_FRONTEND_ONLY_EMBEDDABLE_PLUGINS

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

PluginPaths paths;
Expand Down

0 comments on commit 8f1867a

Please sign in to comment.