1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Minor tidying

This commit is contained in:
jules 2013-06-13 14:41:45 +01:00
parent ddc1524742
commit 9772fde950
2 changed files with 1 additions and 9 deletions

View file

@ -29,14 +29,6 @@
#ifndef __JUCE_CORE_JUCEHEADER__
#define __JUCE_CORE_JUCEHEADER__
/* This line is here as a sanity-check to catch syntax errors caused by mistakes in 3rd-party
header files that have been included prior to this one. If you hit an error at this line,
there's probably some kind of syntax problem in whatever code immediately precedes this header.
It also causes an error if you attempt to build using a C or obj-C compiler rather than a C++ one.
*/
namespace DummyNamespaceStatementToCatchSyntaxErrors {}
#ifndef JUCE_MODULE_AVAILABLE_juce_core
/* If you fail to make sure that all your compile units are building JUCE with the same set of
option flags, then there's a risk that different compile units will treat the classes as having

View file

@ -22,7 +22,7 @@
==============================================================================
*/
#ifndef __JUCE_GRAPHICS_MODULE_JUCEHEADER__ // %%
#ifndef __JUCE_GRAPHICS_MODULE_JUCEHEADER__
#define __JUCE_GRAPHICS_MODULE_JUCEHEADER__
#include "../juce_core/juce_core.h"