From b0153a06af2667cc2bf4fee9dbcf891a9de28000 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 8 May 2006 12:12:38 +0000 Subject: [PATCH] got rid of a gcc warning --- livesupport/src/products/gLiveSupport/src/OptionsWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }