X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2e1afc988219fa58915e45c146147960678ff22..38f74dffc11f9afca3e1ad20ac2b1146fc75a1b3:/src/generic/dcpsg.cpp 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; }