X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37144cf0f155bb7cea1972e934a4d083bca1b8ca..c1ce7c198801c1766083a245874f07ea20b16407:/src/common/bookctrl.cpp 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; }