]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/pen.cpp
add IsOk() to all classes having Ok() method (patch 1570985)
[wxWidgets.git] / src / mgl / pen.cpp
index 35f6247489365cfa544a65573f1e20f80481856b..4c63041cbfd62b6975c6223fe8d80254c56ac37c 100644 (file)
@@ -237,7 +237,7 @@ void* wxPen::GetPixPattern() const
 }
 
 
-bool wxPen::Ok() const
+bool wxPen::IsOk() const
 {
     return (m_refData != NULL);
 }