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

Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!

This commit is contained in:
jules 2017-10-09 12:38:06 +01:00
parent 6e23c4806b
commit 970eda679e
39 changed files with 68 additions and 68 deletions

View file

@ -40,7 +40,7 @@ namespace juce
@see Component::paint
*/
class JUCE_API Graphics
class JUCE_API Graphics final
{
public:
//==============================================================================