projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove const bool
[wxWidgets.git]
/
src
/
os2
/
dataobj.cpp
diff --git
a/src/os2/dataobj.cpp
b/src/os2/dataobj.cpp
index c07595d1561cced39a15f7ace38fcda5da64cb5e..81939cf4295c9588cd961e24333e0d2408c258b2 100644
(file)
--- a/
src/os2/dataobj.cpp
+++ b/
src/os2/dataobj.cpp
@@
-22,13
+22,14
@@
#if wxUSE_DATAOBJ
#if wxUSE_DATAOBJ
+#include "wx/dataobj.h"
+
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/image.h"
#endif
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/image.h"
#endif
-#include "wx/dataobj.h"
#include "wx/mstream.h"
#include "wx/os2/private.h"
#include "wx/mstream.h"
#include "wx/os2/private.h"
@@
-56,11
+57,11
@@
wxString wxDataFormat::GetId() const
} // end of wxDataFormat::GetId()
void wxDataFormat::SetId (
} // end of wxDataFormat::GetId()
void wxDataFormat::SetId (
- const wx
Char*
zId
+ const wx
String&
zId
)
{
m_uFormat = ::WinAddAtom( ::WinQuerySystemAtomTable()
)
{
m_uFormat = ::WinAddAtom( ::WinQuerySystemAtomTable()
- ,
(PSZ)zId
+ ,
zId.char_str()
);
} // end of wxDataFormat::SetId
);
} // end of wxDataFormat::SetId