Structure MIDI device selector by manufacturer.
[ardour.git] / gtk2_ardour / big_clock_window.cc
index 28b7b286ab075dedfe478f91c0f11bf72c913cda..d625b87dec387c8c07f6b844bf381d83ba66ce8c 100644 (file)
@@ -103,7 +103,7 @@ BigClockWindow::on_size_allocate (Gtk::Allocation& alloc)
 void
 BigClockWindow::reset_aspect_ratio ()
 {
-       Gtk::Requisition req;
+       Gtk::Requisition req = { 0, 0 };
 
        clock.size_request (req);