diff --git a/livesupport/src/products/gLiveSupport/src/OptionsWindow.cxx b/livesupport/src/products/gLiveSupport/src/OptionsWindow.cxx index cab5e803c..ef2c6cff5 100644 --- a/livesupport/src/products/gLiveSupport/src/OptionsWindow.cxx +++ b/livesupport/src/products/gLiveSupport/src/OptionsWindow.cxx @@ -98,7 +98,7 @@ OptionsWindow :: OptionsWindow (Ptr::Ref gLiveSupport, Gtk::Box * soundSectionBox = constructSoundSection(); Gtk::Box * keyBindingsSectionBox = constructKeyBindingsSection(); Gtk::Box * serversSectionBox = constructServersSection(); - Gtk::Box * backupSectionBox; + Gtk::Box * backupSectionBox = 0; if (canBackup) { backupSectionBox = constructBackupSection(); }