]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/printdlg.cpp
GetSpacer returns a copy, not a reference to the size
[wxWidgets.git] / src / msw / printdlg.cpp
index 4fb94bd7993a25bde9e2b33129283e18ab98d696..ea57745e7898367e75c161f8e2e7cfb9524bb5db 100644 (file)
@@ -136,7 +136,7 @@ wxWindowsPrintNativeData::~wxWindowsPrintNativeData()
         GlobalFree(hDevNames);
 }
 
-bool wxWindowsPrintNativeData::Ok() const
+bool wxWindowsPrintNativeData::IsOk() const
 {
     return (m_devMode != NULL) ;
 }