]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarsmpl.h
Small modifications to Vadims changes
[wxWidgets.git] / include / wx / tbarsmpl.h
index 132aa56d4ec1b988e650d60e68d706a971fe7e2a..54e1354a7773334b61b09cd5c394e4ce4527edcc 100644 (file)
@@ -62,10 +62,10 @@ class WXDLLEXPORT wxToolBarSimple : public wxToolBarBase
 
   virtual void SpringUpButton(int index);
 
-  void Layout(void);
+  virtual void LayoutTools();
 
   // The post-tool-addition call
-  bool Realize() { Layout(); return TRUE; };
+  virtual bool Realize() { LayoutTools(); return TRUE; };
 
 protected:
   int                   m_currentRowsOrColumns;