mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Fixed a few switched "namespace juce" comments
This commit is contained in:
parent
4b5a67f067
commit
d8004e2e2b
3 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ bool getNotificationValueForKey (NSNotification* notification, NSString* key, NS
|
|||
return false;
|
||||
}
|
||||
|
||||
} // juce namespace
|
||||
} // namespace juce
|
||||
|
||||
//==============================================================================
|
||||
@interface iOSAudioSessionNative : NSObject
|
||||
|
|
|
|||
|
|
@ -3376,7 +3376,7 @@ private:
|
|||
JUCE_DECLARE_NON_COPYABLE (JucePluginFactory)
|
||||
};
|
||||
|
||||
} // juce namespace
|
||||
} // namespace juce
|
||||
|
||||
//==============================================================================
|
||||
#ifndef JucePlugin_Vst3ComponentFlags
|
||||
|
|
|
|||
|
|
@ -105,6 +105,6 @@ namespace
|
|||
};
|
||||
}
|
||||
|
||||
} // juce namespace
|
||||
} // namespace juce
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue