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:
parent
6e23c4806b
commit
970eda679e
39 changed files with 68 additions and 68 deletions
|
|
@ -40,7 +40,7 @@ namespace juce
|
|||
|
||||
@see Component::paint
|
||||
*/
|
||||
class JUCE_API Graphics
|
||||
class JUCE_API Graphics final
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue