projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Do not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined
[wxWidgets.git]
/
include
/
wx
/
msw
/
ole
/
dataobj.h
diff --git
a/include/wx/msw/ole/dataobj.h
b/include/wx/msw/ole/dataobj.h
index 8f8fb8f2354c6f4a8540f7527959c028adb75bb3..f686ef4bb755eaf5c3939c69a41b90ad20de1d43 100644
(file)
--- a/
include/wx/msw/ole/dataobj.h
+++ b/
include/wx/msw/ole/dataobj.h
@@
-58,6
+58,8
@@
public:
virtual size_t GetBufferOffset( const wxDataFormat& format );
private:
IDataObject *m_pIDataObject; // pointer to the COM interface
+
+ DECLARE_NO_COPY_CLASS(wxDataObject)
};
#endif //_WX_MSW_OLE_DATAOBJ_H