X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7672597c3eddc7a0c5fb97a168df6a69d2ea6d6a..4c200e8d87728306b219822d9c07e28526cd8649:/src/common/fs_mem.cpp?ds=inline diff --git a/src/common/fs_mem.cpp b/src/common/fs_mem.cpp index b3c156edd6..19f5da5fc5 100644 --- a/src/common/fs_mem.cpp +++ b/src/common/fs_mem.cpp @@ -13,7 +13,7 @@ #include "wx/wxprec.h" -#ifdef __BORDLANDC__ +#ifdef __BORLANDC__ #pragma hdrstop #endif @@ -57,6 +57,8 @@ class MemFSHashObj : public wxObject char *m_Data; size_t m_Len; wxDateTime m_Time; + + DECLARE_NO_COPY_CLASS(MemFSHashObj) };