X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5852e62f1fe76907832ba2c7f2b4099635e44c4b..2e14066008229145e2da7b9f05a478ce38631f83:/src/xrc/xh_toolb.cpp diff --git a/src/xrc/xh_toolb.cpp b/src/xrc/xh_toolb.cpp index bfe713d9ae..041c8d8b66 100644 --- a/src/xrc/xh_toolb.cpp +++ b/src/xrc/xh_toolb.cpp @@ -141,7 +141,7 @@ wxObject *wxToolBarXmlHandler::DoCreateResource() if ( menu ) tool->SetDropdownMenu(menu); #endif - + return m_toolbar; // must return non-NULL }