1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Minor changes to avoid pedantic compiler warnings.

This commit is contained in:
jules 2012-12-04 21:39:15 +00:00
parent 9fb57f7a05
commit 0ceeb573d8
492 changed files with 822 additions and 781 deletions

View file

@ -381,7 +381,7 @@ private:
owner.recalculateIfNeeded();
}
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ContentComponent);
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ContentComponent)
};
//==============================================================================
@ -426,7 +426,7 @@ public:
private:
int lastX;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (TreeViewport);
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (TreeViewport)
};
@ -951,7 +951,7 @@ public:
int lastIndex;
private:
JUCE_DECLARE_NON_COPYABLE (InsertPointHighlight);
JUCE_DECLARE_NON_COPYABLE (InsertPointHighlight)
};
//==============================================================================
@ -978,7 +978,7 @@ public:
}
private:
JUCE_DECLARE_NON_COPYABLE (TargetGroupHighlight);
JUCE_DECLARE_NON_COPYABLE (TargetGroupHighlight)
};
//==============================================================================