Skip to content

Commit

Permalink
One more MSVC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 7, 2023
1 parent 53668a6 commit b55ba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/presets/PresetDiscovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ struct UserPresetsProvider
#endif
{
static constexpr clap_preset_discovery_provider_descriptor descriptor {
.clap_version = CLAP_VERSION,
.clap_version = CLAP_VERSION_INIT,
.id = "org.chowdsp.byod.user-presets",
.name = "BYOD User Presets Provider",
.vendor = "User"
Expand Down

0 comments on commit b55ba69

Please sign in to comment.