X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2e1afc988219fa58915e45c146147960678ff22..a6794ed8e99b58b6bfa736e63aa80cfa68ac3034:/src/generic/dcpsg.cpp?ds=sidebyside diff --git a/src/generic/dcpsg.cpp b/src/generic/dcpsg.cpp index ac6438b147..177330a25c 100644 --- a/src/generic/dcpsg.cpp +++ b/src/generic/dcpsg.cpp @@ -304,7 +304,7 @@ wxPostScriptDC::~wxPostScriptDC () } } -bool wxPostScriptDC::Ok() const +bool wxPostScriptDC::IsOk() const { return m_ok; }