diff --git a/include/memblock.h b/include/memblock.h index 39b8337..ad0a2e6 100644 --- a/include/memblock.h +++ b/include/memblock.h @@ -26,8 +26,8 @@ public: explicit memblock (const cmemlink& b); explicit memblock (const memlink& b); memblock (const memblock& b); - ~memblock (void) noexcept; - void unlink (void) noexcept; + ~memblock (void) noexcept; + void unlink (void) noexcept; inline void assign (const cmemlink& l) { assign (l.cdata(), l.readable_size()); } inline const memblock& operator= (const cmemlink& l) { assign (l); return (*this); } inline const memblock& operator= (const memlink& l) { assign (l); return (*this); }