]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
GetHandle() added (back)
[wxWidgets.git] / include / wx / tbarbase.h
index f28173944d69b335a739ccc4a3e2bb8ba57dbf26..3aa02843b5023ef898506daad0c44106d327d559 100644 (file)
@@ -158,7 +158,7 @@ class WXDLLEXPORT wxToolBarBase : public wxControl
 #endif
 
   // Lay the tools out
-  virtual void Layout(void);
+  virtual void LayoutTools();
   
   // Add all the buttons: required for Win95.
   virtual bool CreateTools(void) { return TRUE; }