X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d72f87f60bd548c9b09d4f15d5ed735d749aaa2b..e7c6f5a17f8f75f9eaad227e0134020ba44fc9d9:/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); }