1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Enabled some more warning flags in Xcode, and fixed the problems they caused

This commit is contained in:
jules 2019-01-09 14:58:57 +00:00
parent 6bb7618e1e
commit cadac817c6
228 changed files with 353 additions and 337 deletions

View file

@ -39,7 +39,7 @@ class JUCE_API RelativeCoordinatePositionerBase : public Component::Positioner
{
public:
RelativeCoordinatePositionerBase (Component&);
~RelativeCoordinatePositionerBase();
~RelativeCoordinatePositionerBase() override;
void componentMovedOrResized (Component&, bool, bool) override;
void componentParentHierarchyChanged (Component&) override;