]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/toolbar.h
corrected to allow drag and drop for mingw32/gcc295
[wxWidgets.git] / include / wx / os2 / toolbar.h
index 83b3a222e07fd6d94ba58b11691ccca094281fc1..e9fa1e679addb7edecaf2d66e7c9c9ce9f128fad 100644 (file)
@@ -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.