mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
parent
89e1bc4d96
commit
855689337d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue