Module: synfig
Branch: master
Commit: ea307618dd278a7d8ad14cce5d0f8f3ba66723cc
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=ea307618dd278a7d8ad14cce5d0f8f3ba66723cc

Author: Carlos Lopez <[email protected]>
Date:   Fri Oct  2 18:35:32 2009 +0200

Alter the creation order of the members to avoid some compiler warnings.

---

 synfig-studio/src/gtkmm/canvasview.cpp |    2 +-
 synfig-studio/src/gtkmm/canvasview.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/synfig-studio/src/gtkmm/canvasview.cpp 
b/synfig-studio/src/gtkmm/canvasview.cpp
index bc0cde5..807a63e 100644
--- a/synfig-studio/src/gtkmm/canvasview.cpp
+++ b/synfig-studio/src/gtkmm/canvasview.cpp
@@ -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),
diff --git a/synfig-studio/src/gtkmm/canvasview.h 
b/synfig-studio/src/gtkmm/canvasview.h
index 39b9ec5..11005d3 100644
--- a/synfig-studio/src/gtkmm/canvasview.h
+++ b/synfig-studio/src/gtkmm/canvasview.h
@@ -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;


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to