X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..95bcc40c745db8bcd392d06366436afb21964db6:/src/common/fs_mem.cpp diff --git a/src/common/fs_mem.cpp b/src/common/fs_mem.cpp index eca35ac6ff..19f5da5fc5 100644 --- a/src/common/fs_mem.cpp +++ b/src/common/fs_mem.cpp @@ -57,6 +57,8 @@ class MemFSHashObj : public wxObject char *m_Data; size_t m_Len; wxDateTime m_Time; + + DECLARE_NO_COPY_CLASS(MemFSHashObj) };