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

Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.

This commit is contained in:
jules 2013-08-23 12:08:31 +01:00
parent 50132270d6
commit 65c155e372
135 changed files with 333 additions and 616 deletions

View file

@ -29,10 +29,6 @@
#ifndef JUCE_FILELOGGER_H_INCLUDED
#define JUCE_FILELOGGER_H_INCLUDED
#include "juce_Logger.h"
#include "../files/juce_File.h"
#include "../memory/juce_ScopedPointer.h"
//==============================================================================
/**

View file

@ -29,8 +29,6 @@
#ifndef JUCE_LOGGER_H_INCLUDED
#define JUCE_LOGGER_H_INCLUDED
#include "../text/juce_String.h"
//==============================================================================
/**