mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
This commit is contained in:
parent
3330b9b587
commit
1b9a60e52c
72 changed files with 584 additions and 835 deletions
|
|
@ -43,5 +43,9 @@
|
|||
//#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
|
||||
#endif
|
||||
|
||||
#ifndef JUCE_INCLUDE_ZLIB_CODE
|
||||
//#define JUCE_INCLUDE_ZLIB_CODE
|
||||
#endif
|
||||
|
||||
|
||||
#endif // __JUCE_APPCONFIG_3T6YQETY1__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue