projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add wxVector(size_t size[, const value_type& value]) ctors
[wxWidgets.git]
/
src
/
os2
/
dcprint.cpp
diff --git
a/src/os2/dcprint.cpp
b/src/os2/dcprint.cpp
index a861f3363dfb37847f78cd5aa416c22fcdaac81b..9c0f88cc2b888b2438c39016c2dac1a1c71bf031 100644
(file)
--- a/
src/os2/dcprint.cpp
+++ b/
src/os2/dcprint.cpp
@@
-138,7
+138,7
@@
void wxPrinterDCImpl::EndPage()
// ::EndPage((HDC) m_hDC);
} // end of wxPrinterDC::EndPage
-wxRect wxPrinterDCImpl::GetPaperRect()
+wxRect wxPrinterDCImpl::GetPaperRect()
const
{
// Use page rect if we can't get paper rect.
wxCoord w, h;