diff --git a/src/core/model/simple-ref-count.h b/src/core/model/simple-ref-count.h index a9d15fb98..c3533f91d 100644 --- a/src/core/model/simple-ref-count.h +++ b/src/core/model/simple-ref-count.h @@ -80,7 +80,7 @@ public: * Copy constructor * \param [in] o The object to copy into this one. */ - SimpleRefCount ([[maybe_unused]] const SimpleRefCount & o) + SimpleRefCount (const SimpleRefCount & o [[maybe_unused]]) : m_count (1) { }