mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Fixed some warnings caught by -pedantic_warnings
This commit is contained in:
parent
b9261dd8a9
commit
fdc04d2d2c
25 changed files with 35 additions and 32 deletions
|
|
@ -125,7 +125,7 @@ private:
|
|||
ComponentBoundsConstrainer constrainer;
|
||||
ComponentDragger dragger;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (CornerDragger);
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (CornerDragger)
|
||||
};
|
||||
|
||||
OwnedArray<CornerDragger> draggers;
|
||||
|
|
@ -147,7 +147,7 @@ private:
|
|||
0, (float) content->getHeight(), p2.x, p2.y));
|
||||
}
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ComponentTransformsDemo);
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ComponentTransformsDemo)
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue