Skip to content

Commit

Permalink
[ci] freebsd: fix #1500
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 24, 2024
1 parent 488c549 commit a4d848c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-vst3/Vst3/ApplicationPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static const QStringList default_paths
static const constexpr auto default_filter = "*.vst3";
static const constexpr auto default_format = QDir::Dirs;
#else
static const constexpr auto default_paths = {QStringLiteral("/usr/lib/vst3")};
static const QStringList default_paths = {QStringLiteral("/usr/lib/vst3")};
static const constexpr auto default_filter = "";
#endif
}
Expand Down

0 comments on commit a4d848c

Please sign in to comment.