1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +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

@ -42,7 +42,7 @@ public:
private:
Image image;
JUCE_DECLARE_NON_COPYABLE (DragOverlayComp);
JUCE_DECLARE_NON_COPYABLE (DragOverlayComp)
};