Skip to content

Commit

Permalink
Trying to fix MSVC linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 7, 2023
1 parent b55ba69 commit a0c4326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BYOD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static const clap_preset_discovery_factory byod_preset_discovery_factory {
.create = preset_discovery::create,
};

const void* clapJuceExtensionCustomFactory (const char* factory_id)
const void* JUCE_CALLTYPE clapJuceExtensionCustomFactory (const char* factory_id)
{
if (strcmp (factory_id, CLAP_PRESET_DISCOVERY_FACTORY_ID) == 0)
{
Expand Down

0 comments on commit a0c4326

Please sign in to comment.