1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
jules 2007-06-18 21:07:45 +00:00
parent 89e1bc4d96
commit 855689337d

View file

@ -38,7 +38,7 @@
This function must be implemented to create the actual plugin object that
you want to use.
*/
AudioFilterBase* createPluginFilter()
AudioFilterBase* JUCE_CALLTYPE createPluginFilter()
{
return new DemoJuceFilter();
}