Check gtk_tree_model_iter_nth_child() return value in wxChoice code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Dec 2012 00:37:31 +0000 (00:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Dec 2012 00:37:31 +0000 (00:37 +0000)
commitbcfe86f0b5aae2ea3cd6c5e9a202d19bdbb21b25
tree672393c3c2857215659945d5a7e6c9c7fb8d9582
parent4d35172f52a324c669dc4b464eb7fb02a19560b0
Check gtk_tree_model_iter_nth_child() return value in wxChoice code.

This is probably harmless but check the return value just to suppress Coverity
warning about not doing it.

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