1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00

Projucer: Fix ARA project template

This commit is contained in:
attila 2022-07-02 10:46:36 +02:00
parent 938c66c83d
commit 5cfef70994
4 changed files with 9 additions and 7 deletions

View file

@ -12,7 +12,7 @@
%%araplaybackrenderer_headers%%
//==============================================================================
ARA::PlugIn::PlaybackRenderer* %%aradocumentcontroller_class_name%%::doCreatePlaybackRenderer() noexcept
juce::ARAPlaybackRenderer* %%aradocumentcontroller_class_name%%::doCreatePlaybackRenderer() noexcept
{
return new %%araplaybackrenderer_class_name%% (getDocumentController());
}