Work around bogus g++ warnings about possibly missing return.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Jun 2011 12:20:47 +0000 (12:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Jun 2011 12:20:47 +0000 (12:20 +0000)
commitdecd390a328c35a2d34c1ba34afb16aa3eed74f0
treea8b10c7ba5bd05b1176c397edbaefe79c5cf123f
parente2250d6417097fb29b0deece838462434beb3c6e
Work around bogus g++ warnings about possibly missing return.

OS X g++ warned that "control may reach end of non-void function" in
wxRichTextHelpInfo::ShowHelp(). This wasn't really the case but change the
function logic slightly to (hopefully) suppress the warning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/richtext/richtextuicustomization.h