1
0
Fork 0
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:
ed 2021-03-24 09:05:47 +00:00
parent 4b5a67f067
commit d8004e2e2b
3 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ bool getNotificationValueForKey (NSNotification* notification, NSString* key, NS
return false;
}
} // juce namespace
} // namespace juce
//==============================================================================
@interface iOSAudioSessionNative : NSObject

View file

@ -3376,7 +3376,7 @@ private:
JUCE_DECLARE_NON_COPYABLE (JucePluginFactory)
};
} // juce namespace
} // namespace juce
//==============================================================================
#ifndef JucePlugin_Vst3ComponentFlags

View file

@ -105,6 +105,6 @@ namespace
};
}
} // juce namespace
} // namespace juce
#endif