]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
no changes, just remove #if'd out code
[wxWidgets.git] / include / wx / datstrm.h
index d83aa66993c19aacabf5cb1f819a54c808a2f461..f379d8a5c650835e151636bb861e5d44dc6dcdd6 100644 (file)
@@ -91,7 +91,7 @@ protected:
     wxMBConv *m_conv;
 #endif
 
-    DECLARE_NO_COPY_CLASS(wxDataInputStream)
+    wxDECLARE_NO_COPY_CLASS(wxDataInputStream);
 };
 
 class WXDLLIMPEXP_BASE wxDataOutputStream
@@ -169,7 +169,7 @@ protected:
     wxMBConv *m_conv;
 #endif
 
-    DECLARE_NO_COPY_CLASS(wxDataOutputStream)
+    wxDECLARE_NO_COPY_CLASS(wxDataOutputStream);
 };
 
 #endif