mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +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
|
|
@ -42,7 +42,7 @@ namespace juce
|
|||
script creates complex connections between objects, you run the risk of creating cyclic
|
||||
dependencies and hence leaking.
|
||||
*/
|
||||
class JUCE_API JavascriptEngine
|
||||
class JUCE_API JavascriptEngine final
|
||||
{
|
||||
public:
|
||||
/** Creates an instance of the engine.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue