]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdiobj.h
Missing header
[wxWidgets.git] / include / wx / gdiobj.h
index fc2e0756d7f2b2b5ba27e7be247e5bc35c3c1570..77b4c532f26579b28d1e141a9848388385b21dee 100644 (file)
@@ -36,7 +36,7 @@ class WXDLLIMPEXP_CORE wxGDIObject : public wxObject
 {
 public:
     // checks if the object can be used
-    bool IsOk() const
+    virtual bool IsOk() const
     {
         // the cast here is safe because the derived classes always create
         // wxGDIRefData objects