initialize the _doshutdown member
This commit is contained in:
parent
62356a72a9
commit
c3946be073
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ Openbox::Openbox(int argc, char **argv)
|
|||
|
||||
_displayreq = (char*) 0;
|
||||
_argv0 = argv[0];
|
||||
_doshutdown = false;
|
||||
|
||||
parseCommandLine(argc, argv);
|
||||
|
||||
|
|
Loading…
Reference in a new issue