X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/107ea8f0694830232c7df4a1568b707111c04649..58ce18f2fdadecffb21e27555115af708325cf18:/include/wx/datstrm.h diff --git a/include/wx/datstrm.h b/include/wx/datstrm.h index d83aa66993..478d45b8be 100644 --- a/include/wx/datstrm.h +++ b/include/wx/datstrm.h @@ -78,7 +78,7 @@ public: wxDataInputStream& operator>>(float& f); void BigEndianOrdered(bool be_order) { m_be_order = be_order; } - + #if wxUSE_UNICODE void SetConv( const wxMBConv &conv ); wxMBConv *GetConv() const { return m_conv; } @@ -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