1
0
Fork 0
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:
jules 2017-10-09 12:38:06 +01:00
parent 6e23c4806b
commit 970eda679e
39 changed files with 68 additions and 68 deletions

View file

@ -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.