X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e320a79f187558effb04d92020b470372bbe456..a6f989f3dbec747c6da629a32fa5cad9a554f66e:/include/wx/os2/toolbar.h?ds=sidebyside diff --git a/include/wx/os2/toolbar.h b/include/wx/os2/toolbar.h index 83b3a222e0..e9fa1e679a 100644 --- a/include/wx/os2/toolbar.h +++ b/include/wx/os2/toolbar.h @@ -62,7 +62,7 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase // Add all the buttons virtual bool CreateTools(); - virtual bool Layout() {return TRUE;} + virtual bool Layout() { return TRUE; } // The post-tool-addition call. TODO: do here whatever's // necessary for completing the toolbar construction.