diff options
Diffstat (limited to 'include/m_system.h')
-rw-r--r-- | include/m_system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_system.h b/include/m_system.h index f961e15e3c..2296a7993b 100644 --- a/include/m_system.h +++ b/include/m_system.h @@ -477,6 +477,7 @@ public: MBinBuffer(size_t preAlloc); MBinBuffer(const MBinBuffer &orig); ~MBinBuffer(); + MBinBuffer& operator=(MBinBuffer &&) noexcept; __forceinline char* data() const { return m_buf; } __forceinline bool isEmpty() const { return m_buf == nullptr; } |