mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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
|
|
@ -105,7 +105,6 @@ namespace juce
|
|||
#include "geometry/juce_Path.cpp"
|
||||
#include "geometry/juce_PathIterator.cpp"
|
||||
#include "geometry/juce_PathStrokeType.cpp"
|
||||
#include "geometry/juce_RectangleList.cpp"
|
||||
#include "placement/juce_Justification.cpp"
|
||||
#include "placement/juce_RectanglePlacement.cpp"
|
||||
#include "contexts/juce_GraphicsContext.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue