Initialize wxGenericProgressDialog::m_winDisabler properly.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Sep 2010 11:44:40 +0000 (11:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Sep 2010 11:44:40 +0000 (11:44 +0000)
commit79e58a409e58ab69a04a00f82e7debfb27035dac
tree547bb5c86069131e54072f4541775926b12a6b7c
parent395da337e9c663d4e8779cd72ad661385fd027cb
Initialize wxGenericProgressDialog::m_winDisabler properly.

This field wasn't initialized by Init() which might have been harmless
considering the current code structure but still untidy, do set it to NULL
there.

Also move the forward declaration of wxWindowDisabler class in
wx/generic/progdlgg.h to the top of the file for consistency with the other
forward declarations.

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