1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Fixed a typo in the previous commit

This commit is contained in:
jules 2017-10-09 12:53:25 +01:00
parent 970eda679e
commit be3e9161be

View file

@ -154,7 +154,7 @@ namespace juce
There are methods to perform most of the basic atomic operations.
*/
template <typename Type>
class Atomic : public AtomicBase<Type> final
class Atomic final : public AtomicBase<Type>
{
public:
/** Resulting type when subtracting the underlying Type. */