]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
fixed gcc pragmas in fs_*.h,cpp
[wxWidgets.git] / include / wx / tbarbase.h
index cf7eeac27cb6c91257fb913dd60603d3295edbb7..ea970821bfde7446893af0a688c27dfabe0371ba 100644 (file)
@@ -411,7 +411,7 @@ public:
     virtual void DoToolbarUpdates();
 
     // Don't want toolbars to accept the focus
-    bool AcceptsFocus() const { return FALSE; }
+    virtual bool AcceptsFocus() const { return FALSE; }
 
 protected:
     // to implement in derived classes