X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d72f87f60bd548c9b09d4f15d5ed735d749aaa2b..14c0d834663779aaafeb80370c9f06c7178f020c:/src/generic/paletteg.cpp diff --git a/src/generic/paletteg.cpp b/src/generic/paletteg.cpp index 87945ca274..5d21a8b330 100644 --- a/src/generic/paletteg.cpp +++ b/src/generic/paletteg.cpp @@ -80,7 +80,7 @@ bool wxPalette::operator != (const wxPalette& palette) const return m_refData != palette.m_refData; } -bool wxPalette::Ok() const +bool wxPalette::IsOk() const { return (m_refData != NULL); }