projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use correct way to get a pointer to vector elements in DoGetPartialTextExtents()
[wxWidgets.git]
/
src
/
os2
/
dcprint.cpp
diff --git
a/src/os2/dcprint.cpp
b/src/os2/dcprint.cpp
index a19603a9798a44ccf555fdecabb80a54f10d23ed..77a742cf6caf984e0614879e32c839681bfef655 100644
(file)
--- a/
src/os2/dcprint.cpp
+++ b/
src/os2/dcprint.cpp
@@
-18,6
+18,7
@@
#include<os2.h>
#ifndef WX_PRECOMP
+#include "wx/app.h"
#endif
#include "wx/string.h"
@@
-372,6
+373,8
@@
bool wxPrinterDC::DoBlit(
, wxCoord vYsrc
, int nRop
, bool bUseMask
+, wxCoord xsrcMask
+, wxCoord ysrcMask
)
{
bool bSuccess = TRUE;