fixed uninitialized variable (depending on wxChoice ctor used it resulted in an out...
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 13 Sep 2005 12:54:59 +0000 (12:54 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 13 Sep 2005 12:54:59 +0000 (12:54 +0000)
commit451f6363c9ce312d7fefc1fe6920b9c6b3f04229
treefb026b63a7fe6b83db2e8c0c3784a5de76e91fc5
parent95e33ad86938722434562519209552ed1b5b70c2
fixed uninitialized variable (depending on wxChoice ctor used it resulted in an out of bounds wxChoice::GetSelection() return value)

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