]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpfrm.h
fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331...
[wxWidgets.git] / include / wx / html / helpfrm.h
index 4c53f11e40a2370310045f5f673e9ede93253699..71735a83acd31929579dd5d306843b6ca2089654 100644 (file)
@@ -105,7 +105,7 @@ public:
     void AddGrabIfNeeded();
 
     // Override to add custom buttons to the toolbar
-    virtual void AddToolbarButtons(wxToolBar* WXUNUSED(toolBar), int WXUNUSED(style)) {};
+    virtual void AddToolbarButtons(wxToolBar* WXUNUSED(toolBar), int WXUNUSED(style)) {}
 
     // we don't want to prevent the app from closing just because a help window
     // remains opened