Uninitialized variable in windows builds

This commit is contained in:
Abs62 2012-12-13 20:17:44 +04:00
parent 2d25d3c1eb
commit 0ed97ae6d3

View file

@ -72,6 +72,9 @@ MainWindow::MainWindow( Config::Class & cfg_ ):
wordFinder( this ),
newReleaseCheckTimer( this ),
wordListSelChanged( false )
#ifdef Q_OS_WIN32
, gdAskMessage( 0xFFFFFFFF )
#endif
{
applyQtStyleSheet( cfg.preferences.displayStyle, cfg.preferences.addonStyle );