]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/pen.h
rename Inside(x,y) parameters to avoid gcc warnings about parameters shadowing member...
[wxWidgets.git] / include / wx / mgl / pen.h
index fefa2373c6f30ed17fcb838dd1b8012616116c2a..a18d97efb2a3f075b6a34465439e60f69a3be22f 100644 (file)
@@ -56,7 +56,8 @@ public:
     wxDash* GetDash() const;
     wxBitmap *GetStipple() const;
 
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     // implementation:
     void* GetPixPattern() const;