mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3 Client: Fix missing prototype warning
This commit is contained in:
parent
57a5ed7999
commit
f3ca634049
1 changed files with 1 additions and 1 deletions
|
|
@ -3646,7 +3646,7 @@ DEF_CLASS_IID (JuceAudioProcessor)
|
|||
// Defined in PluginUtilities.cpp
|
||||
void getUUIDForVST2ID (bool, uint8[16]);
|
||||
|
||||
FUID getFUIDForVST2ID (bool forControllerUID)
|
||||
static FUID getFUIDForVST2ID (bool forControllerUID)
|
||||
{
|
||||
TUID uuid;
|
||||
getUUIDForVST2ID (forControllerUID, (uint8*) uuid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue