mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Fix for Linux repaint bug. Fix for mac recursive toFront() call. Improved Array efficiency. Changed file logging location on Mac. Added a platform flag for RTAS on win32.
This commit is contained in:
parent
424af2f2c8
commit
40b96bf64b
13 changed files with 462 additions and 402 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#define __JUCE_STRINGARRAY_JUCEHEADER__
|
||||
|
||||
#include "juce_String.h"
|
||||
#include "../containers/juce_OwnedArray.h"
|
||||
#include "../containers/juce_Array.h"
|
||||
|
||||
#ifndef DOXYGEN
|
||||
// (used in StringArray::appendNumbersToDuplicates)
|
||||
|
|
@ -325,7 +325,7 @@ public:
|
|||
juce_UseDebuggingNewOperator
|
||||
|
||||
private:
|
||||
OwnedArray <String> strings;
|
||||
Array <String> strings;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue