projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add basic history api and implement it under gtk.
[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 a3dca45ea01bc66458a563c9eb8ad202de614568..1b33e35ed9eb1a110e4184fa885be93359392a5b 100644
(file)
--- a/
include/wx/msw/ole/dataobj.h
+++ b/
include/wx/msw/ole/dataobj.h
@@
-1,5
+1,5
@@
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
-// Name: msw/ole/dataobj.h
+// Name:
wx/
msw/ole/dataobj.h
// Purpose: declaration of the wxDataObject class
// Author: Vadim Zeitlin
// Modified by:
// Purpose: declaration of the wxDataObject class
// Author: Vadim Zeitlin
// Modified by:
@@
-59,7
+59,7
@@
public:
#define wxGetFormatName(format) wxDataObject::GetFormatName(format)
#else // !Debug
#define wxGetFormatName(format) wxDataObject::GetFormatName(format)
#else // !Debug
- #define wxGetFormatName(format)
_
T("")
+ #define wxGetFormatName(format)
wx
T("")
#endif // Debug/!Debug
// they need to be accessed from wxIDataObject, so made them public,
// or wxIDataObject friend
#endif // Debug/!Debug
// they need to be accessed from wxIDataObject, so made them public,
// or wxIDataObject friend
@@
-73,7
+73,7
@@
public:
private:
IDataObject *m_pIDataObject; // pointer to the COM interface
private:
IDataObject *m_pIDataObject; // pointer to the COM interface
- DECLARE_NO_COPY_CLASS(wxDataObject)
+ wxDECLARE_NO_COPY_CLASS(wxDataObject);
};
#endif //_WX_MSW_OLE_DATAOBJ_H
};
#endif //_WX_MSW_OLE_DATAOBJ_H