]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dcpsg.cpp
Listctrl should now send char and key_down events.
[wxWidgets.git] / src / generic / dcpsg.cpp
index 93655b14eb6bd874db459ff50dfec7cf1cb7294d..c6f1a559f43dd234ae63ad91083087ba97368137 100644 (file)
@@ -1230,7 +1230,7 @@ void wxPostScriptDC::SetDeviceOrigin( long x, long y )
     wxDC::SetDeviceOrigin( x, h-y );
 }
 
-void wxPostScriptDC::GetSize(int* width, int* height) const
+void wxPostScriptDC::DoGetSize(int* width, int* height) const
 {
     wxPaperSize id = m_printData.GetPaperId();
 
@@ -1250,7 +1250,7 @@ void wxPostScriptDC::GetSize(int* width, int* height) const
     }
 }
 
-void wxPostScriptDC::GetSizeMM(int *width, int *height) const
+void wxPostScriptDC::DoGetSizeMM(int *width, int *height) const
 {
     wxPaperSize id = m_printData.GetPaperId();