]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statline.h
fixed wxALL_FILES definition in Unicode build
[wxWidgets.git] / include / wx / msw / statline.h
index 9fe6273bcbd393576608a028cceffcfd96351021..36d6a5897aa49d40c042ac4f10c243ed3ca91421 100644 (file)
@@ -46,6 +46,10 @@ public:
 
     // overriden base class virtuals
     virtual bool AcceptsFocus() const { return FALSE; }
+
+protected:
+    // usually overridden base class virtuals
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 };
 
 #endif // _WX_MSW_STATLINE_H_