mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor changes to avoid pedantic compiler warnings.
This commit is contained in:
parent
9fb57f7a05
commit
0ceeb573d8
492 changed files with 822 additions and 781 deletions
|
|
@ -178,7 +178,7 @@ private:
|
|||
|
||||
Array <ColourPoint> colours;
|
||||
|
||||
JUCE_LEAK_DETECTOR (ColourGradient);
|
||||
JUCE_LEAK_DETECTOR (ColourGradient)
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ private:
|
|||
// static values in it.
|
||||
Colours();
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE (Colours);
|
||||
JUCE_DECLARE_NON_COPYABLE (Colours)
|
||||
};
|
||||
|
||||
#endif // __JUCE_COLOURS_JUCEHEADER__
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ public:
|
|||
bool operator!= (const FillType& other) const;
|
||||
|
||||
private:
|
||||
JUCE_LEAK_DETECTOR (FillType);
|
||||
JUCE_LEAK_DETECTOR (FillType)
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue