mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Hard-coded some juce namespace declarations.
This commit is contained in:
parent
d3bcbeef9c
commit
4808d9c318
47 changed files with 170 additions and 173 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#if ! DONT_SET_USING_JUCE_NAMESPACE
|
||||
// If your code uses a lot of JUCE classes, then this will obviously save you
|
||||
// a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE.
|
||||
using namespace JUCE_NAMESPACE;
|
||||
using namespace juce;
|
||||
#endif
|
||||
|
||||
namespace ProjectInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue