projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update button style to include BS_MULTILINE when a multiline label is set
[wxWidgets.git]
/
src
/
os2
/
dcprint.cpp
diff --git
a/src/os2/dcprint.cpp
b/src/os2/dcprint.cpp
index 807340d397979131b225e6c6bc5c602ec238322e..1c4a11c248532c2686c41a3b6f1a14321291d8e7 100644
(file)
--- a/
src/os2/dcprint.cpp
+++ b/
src/os2/dcprint.cpp
@@
-41,8
+41,8
@@
wxPrinterDC::wxPrinterDC( const wxString& rsDriverName,
bool bInteractive,
int nOrientation )
{
- DEVOPENSTRUC vDevOpen = {
rsDeviceName.char
_str()
- ,
rsDriverName.char
_str()
+ DEVOPENSTRUC vDevOpen = {
(char*)rsDeviceName.wx
_str()
+ ,
(char*)rsDriverName.wx
_str()
,NULL
,NULL
,NULL