]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
experimental --inplace flag implementation
[wxWidgets.git] / include / wx / datstrm.h
index 0551b437cc346e55dd30fe6c5c934650d3c097ad..dc6e3f51a6568b36500962873556c537d92ac3d9 100644 (file)
@@ -60,6 +60,8 @@ protected:
 #if wxUSE_UNICODE
     wxMBConv& m_conv;
 #endif
+
+    DECLARE_NO_COPY_CLASS(wxDataInputStream)
 };
 
 class WXDLLEXPORT wxDataOutputStream
@@ -101,6 +103,8 @@ protected:
 #if wxUSE_UNICODE
     wxMBConv& m_conv;
 #endif
+
+    DECLARE_NO_COPY_CLASS(wxDataOutputStream)
 };
 
 #endif