]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/toolbar.h
HTML_xxxx constants changed to wxHTML_xxxx (with backward compatibility through WXWIN...
[wxWidgets.git] / include / wx / motif / toolbar.h
index f93c142d219564883c2ee9390cd233df7221bfcc..5b26b9357ab22d9a399f568e6cfa6cfc97a3a4ef 100644 (file)
@@ -64,7 +64,7 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase
 
   // Add all the buttons
   virtual bool CreateTools();
-  virtual void Layout() {}
+  virtual void LayoutTools() {}
 
   // The post-tool-addition call. TODO: do here whatever's
   // necessary for completing the toolbar construction.