From be3e9161be39c22b5f89fb5161ca233226858bbe Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 9 Oct 2017 12:53:25 +0100 Subject: [PATCH] Fixed a typo in the previous commit --- modules/juce_core/memory/juce_Atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */