Don't return "false" when a pointer is needed.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Oct 2010 22:10:28 +0000 (22:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Oct 2010 22:10:28 +0000 (22:10 +0000)
commit12f6edffd495f1f4f1ba77c629abcb97b08b6da6
tree6cca02d02f3d6f95c18effc5ef2f94b335fb6a87
parent20d88ec69276f21bc8627617395c30dd92c03959
Don't return "false" when a pointer is needed.

Return NULL and not false from wxFileTranslationsLoader::
GetAvailableTranslations().

This is, of course, more correct and also fixes a compilation problem with
Borland, see #12558.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/translation.cpp