add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -47,7 +47,7 @@ private:
|
||||
// position in the stream in bytes, *not* in chars
|
||||
size_t m_pos;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxStringInputStream)
|
||||
wxDECLARE_NO_COPY_CLASS(wxStringInputStream);
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -100,7 +100,7 @@ private:
|
||||
wxMemoryBuffer m_unconv;
|
||||
#endif // wxUSE_UNICODE_WCHAR
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxStringOutputStream)
|
||||
wxDECLARE_NO_COPY_CLASS(wxStringOutputStream);
|
||||
};
|
||||
|
||||
#endif // wxUSE_STREAMS
|
||||
|
Reference in New Issue
Block a user