Alter the creation order of the members to avoid some compiler warnings.
authorCarlos Lopez <genetita@gmail.com>
Fri, 2 Oct 2009 16:35:32 +0000 (18:35 +0200)
committerCarlos Lopez <genetita@gmail.com>
Fri, 2 Oct 2009 16:35:32 +0000 (18:35 +0200)
synfig-studio/src/gtkmm/canvasview.cpp
synfig-studio/src/gtkmm/canvasview.h

index bc0cde5..807a63e 100644 (file)
@@ -684,10 +684,10 @@ CanvasView::CanvasView(etl::loose_handle<Instance> instance,etl::handle<synfigap
        //keyframe_tree_store_  (KeyframeTreeStore::create(canvas_interface_)),
        time_adjustment_                (0,0,25,0,0,0),
        time_window_adjustment_ (0,0,25,0,0,0),
+       statusbar                               (manage(new class Gtk::Statusbar())),
        quality_adjustment_             (8,1,10,1,1,0),
        future_onion_adjustment_ (0,0,2,1,1,0),
        past_onion_adjustment_  (0,0,2,1,1,0),
-       statusbar                               (manage(new class Gtk::Statusbar())),
 
        timeslider                              (new Widget_Timeslider),
        widget_kf_list                  (new Widget_Keyframe_List),
index 39b9ec5..11005d3 100644 (file)
@@ -277,9 +277,9 @@ private:
        bool changing_resolution_;
        Gtk::Adjustment quality_adjustment_;
        Gtk::SpinButton *quality_spin;
+       Gtk::Adjustment future_onion_adjustment_;
        Gtk::Adjustment past_onion_adjustment_;
        Gtk::SpinButton *past_onion_spin;
-       Gtk::Adjustment future_onion_adjustment_;
        Gtk::SpinButton *future_onion_spin;
        bool updating_quality_;
        Gtk::ToggleButton *show_grid;