]> git.saurik.com Git - wxWidgets.git/commitdiff
oops, forgot to commit the header for the notebook fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Nov 2001 14:43:26 +0000 (14:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Nov 2001 14:43:26 +0000 (14:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/notebook.h

index bae506e9b720d25ac3e3a8232c3bfdf386f331a4..3e29d78106a866f7a4a3a9506ee626dc56295fdd 100644 (file)
@@ -155,7 +155,7 @@ protected:
     void PositionSpinBtn();
 
     // refresh the given tab only
-    void RefreshTab(int page);
+    void RefreshTab(int page, bool forceSelected = FALSE);
 
     // refresh all tabs
     void RefreshAllTabs();