]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/colour.h
changing to wxDC, so that wxGCDC can be used as well
[wxWidgets.git] / include / wx / msw / colour.h
index 64adfe9c3fbe07c81553f6253188e7ef2d5ed899..14760092270976b49c0bd87f85c192a5a854d0f6 100644 (file)
@@ -36,7 +36,7 @@ public:
     // accessors
     // ---------
 
-    bool IsOk() const { return m_isInit; }
+    virtual bool IsOk() const { return m_isInit; }
 
     unsigned char Red() const { return m_red; }
     unsigned char Green() const { return m_green; }