X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f39f922082998efebf8ae831a8458f4beca390dc..d7c24517cb80580118ebd4ef1deb526be627c29c:/include/wx/tbarbase.h diff --git a/include/wx/tbarbase.h b/include/wx/tbarbase.h index f28173944d..3aa02843b5 100644 --- a/include/wx/tbarbase.h +++ b/include/wx/tbarbase.h @@ -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; }