Browse Source

tags/2021-05-28
jules 18 years ago
parent
commit
855689337d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/audio plugins/demo/src/DemoJuceFilter.cpp

+ 1
- 1
extras/audio plugins/demo/src/DemoJuceFilter.cpp View File

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


Loading…
Cancel
Save