got rid of a gcc warning

This commit is contained in:
fgerlits 2006-05-08 12:12:38 +00:00
parent 8a825b1fc1
commit b0153a06af

View file

@ -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();
} }