Fix uninitialized m_windowCount which could cause the app to close on any window
close randomly (or always with libroot_debug). git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@139 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
parent
2bff1b8203
commit
defb5e01c4
@ -53,6 +53,7 @@ enum {
|
||||
|
||||
LauncherApp::LauncherApp()
|
||||
: BApplication(kApplicationSignature)
|
||||
, m_windowCount(0)
|
||||
, m_lastWindowFrame(100, 100, 700, 750)
|
||||
, m_launchRefsMessage(0)
|
||||
, m_initialized(false)
|
||||
|
Loading…
Reference in New Issue
Block a user