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:
parent
970eda679e
commit
be3e9161be
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue