]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
wxCursor(wxImage) added (Chris Elliott, patch 517439)
[wxWidgets.git] / include / wx / window.h
index fcb1ec05dfebd0d431cbe9a262a4164c408ff861..90611c917b58cf7aea4562e023d06ae440f26756 100644 (file)
@@ -327,7 +327,7 @@ public:
 
         // extra style: the less often used style bits which can't be set with
         // SetWindowStyleFlag()
-    void SetExtraStyle(long exStyle) { m_exStyle = exStyle; }
+    virtual void SetExtraStyle(long exStyle) { m_exStyle = exStyle; }
     long GetExtraStyle() const { return m_exStyle; }
 
         // make the window modal (all other windows unresponsive)