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:
@@ -51,7 +51,7 @@ private:
|
||||
// the DIB data
|
||||
void /* BITMAPINFO */ *m_data;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxBitmapDataObject)
|
||||
wxDECLARE_NO_COPY_CLASS(wxBitmapDataObject);
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -84,7 +84,7 @@ public:
|
||||
{ return SetData(len, buf); }
|
||||
|
||||
private:
|
||||
DECLARE_NO_COPY_CLASS(wxBitmapDataObject2)
|
||||
wxDECLARE_NO_COPY_CLASS(wxBitmapDataObject2);
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -112,7 +112,7 @@ public:
|
||||
{ return SetData(len, buf); }
|
||||
|
||||
private:
|
||||
DECLARE_NO_COPY_CLASS(wxFileDataObject)
|
||||
wxDECLARE_NO_COPY_CLASS(wxFileDataObject);
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -140,7 +140,7 @@ private:
|
||||
// last data object we got data in
|
||||
wxDataObjectSimple *m_dataObjectLast;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxURLDataObject)
|
||||
wxDECLARE_NO_COPY_CLASS(wxURLDataObject);
|
||||
};
|
||||
|
||||
#endif // _WX_MSW_OLE_DATAOBJ2_H
|
||||
|
Reference in New Issue
Block a user