Skip to content

Commit

Permalink
Use latest symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Nov 23, 2020
1 parent 6aa4c24 commit 11f28fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blank-plugin/src/cpp/__Plugin___VST3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bool DeinitModule()
//------------------------------------------------------------------------
// VST3 Plugin Main entry point
//------------------------------------------------------------------------
EXPORT_FACTORY Steinberg::IPluginFactory* PLUGIN_API GetPluginFactory()
SMTG_EXPORT_SYMBOL Steinberg::IPluginFactory* PLUGIN_API GetPluginFactory()
{
return JambaPluginFactory::GetVST3PluginFactory<
[-namespace-]::RT::[-name-]Processor, // processor class (Real Time)
Expand Down

0 comments on commit 11f28fe

Please sign in to comment.