X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37144cf0f155bb7cea1972e934a4d083bca1b8ca..254a21292b0ccf234ed1dbc6acd37708672ffcc0:/src/common/bookctrl.cpp?ds=inline diff --git a/src/common/bookctrl.cpp b/src/common/bookctrl.cpp index 508befd1bc..4a4617b51a 100644 --- a/src/common/bookctrl.cpp +++ b/src/common/bookctrl.cpp @@ -152,7 +152,7 @@ wxBookCtrl::InsertPage(size_t nPage, m_pages.Insert(page, nPage); InvalidateBestSize(); - + return true; }