got rid of a gcc warning
This commit is contained in:
parent
8a825b1fc1
commit
b0153a06af
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ OptionsWindow :: OptionsWindow (Ptr<GLiveSupport>::Ref gLiveSupport,
|
||||||
Gtk::Box * soundSectionBox = constructSoundSection();
|
Gtk::Box * soundSectionBox = constructSoundSection();
|
||||||
Gtk::Box * keyBindingsSectionBox = constructKeyBindingsSection();
|
Gtk::Box * keyBindingsSectionBox = constructKeyBindingsSection();
|
||||||
Gtk::Box * serversSectionBox = constructServersSection();
|
Gtk::Box * serversSectionBox = constructServersSection();
|
||||||
Gtk::Box * backupSectionBox;
|
Gtk::Box * backupSectionBox = 0;
|
||||||
if (canBackup) {
|
if (canBackup) {
|
||||||
backupSectionBox = constructBackupSection();
|
backupSectionBox = constructBackupSection();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue