diff --git a/modules/juce_core/memory/juce_Atomic.h b/modules/juce_core/memory/juce_Atomic.h index 8ba1f25fa3..c74e9f4002 100644 --- a/modules/juce_core/memory/juce_Atomic.h +++ b/modules/juce_core/memory/juce_Atomic.h @@ -154,7 +154,7 @@ namespace juce There are methods to perform most of the basic atomic operations. */ template - class Atomic : public AtomicBase final + class Atomic final : public AtomicBase { public: /** Resulting type when subtracting the underlying Type. */