1
0
Fork 0
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:
jules 2015-09-15 10:42:09 +01:00
parent b9261dd8a9
commit fdc04d2d2c
25 changed files with 35 additions and 32 deletions

View file

@ -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)
};