1
0
Fork 0
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:
Julian Storer 2011-08-13 21:13:50 +01:00
parent d3bcbeef9c
commit 4808d9c318
47 changed files with 170 additions and 173 deletions

View file

@ -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