Browse Source

Misc

tags/2018-04-16
falkTX 10 years ago
parent
commit
ca08167a87
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/juce/build-juce/AppConfig.h

+ 1
- 1
libs/juce/build-juce/AppConfig.h View File

@@ -204,7 +204,7 @@
Enables a memory-leak check for certain objects when the app terminates. See the LeakedObjectDetector
class and the JUCE_LEAK_DETECTOR macro for more details about enabling leak checking for specific classes.
*/
#if DEBUG
#ifdef DEBUG
#define JUCE_CHECK_MEMORY_LEAKS 1
#else
#define JUCE_CHECK_MEMORY_LEAKS 0


Loading…
Cancel
Save