mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +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
|
|
@ -46,7 +46,7 @@ namespace juce
|
|||
multiple threads, then you'll need to use your own synchronisation around any code
|
||||
that accesses it.
|
||||
*/
|
||||
class JUCE_API Value
|
||||
class JUCE_API Value final
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ namespace juce
|
|||
|
||||
@see var, XmlElement
|
||||
*/
|
||||
class JUCE_API ValueTree
|
||||
class JUCE_API ValueTree final
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue