Snap note dragging vertically to note values (rows).
[ardour.git] / gtk2_ardour / ui_config.h
index c44ad25a18672599bd5fec20f1d6565388b5af6f..6e7946b32b324e3e4aa3d747600436abc1b9b78c 100644 (file)
@@ -93,8 +93,9 @@ class UIConfigVariable
 
   protected:
        T get_for_save() { return value; }
-       T value;
        std::string _name;
+       T value;
+       
 };
 
 class UIConfiguration : public PBD::Stateful