Apply patch #1443819 from Paul Cornett - move the GtkTreeIter to the outer scope...
authorMart Raudsepp <leio@gentoo.org>
Tue, 7 Mar 2006 06:55:26 +0000 (06:55 +0000)
committerMart Raudsepp <leio@gentoo.org>
Tue, 7 Mar 2006 06:55:26 +0000 (06:55 +0000)
commit2eb1512ac8fad26e08db70d7d4780346798507df
tree4d59d5301e0d93ea6aeba311fb035ed3c5a140b9
parent7e48f6d96450ca4de43069a6ff0308a74f07d05d
Apply patch #1443819 from Paul Cornett - move the GtkTreeIter to the outer scope as to not assign the address of an
auto variable to an outer scope variable (now both are in the outer (function) scope).

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