fix commentary
[ardour.git] / gtk2_ardour / transform_dialog.h
index 5111aa7543cc8a8d2b63aa9f3c1a983f038b36e5..b07daff0d376ed63abe71d8c9ec240d4727df79a 100644 (file)
@@ -31,7 +31,6 @@
 #include "ardour/midi_model.h"
 #include "ardour/transform.h"
 #include "ardour/types.h"
-#include "evoral/types.hpp"
 
 #include "ardour_dialog.h"
 
@@ -104,6 +103,9 @@ private:
                void set_target_property(Property prop);
                void source_changed();
 
+               double get_value () const;
+               double get_max () const;
+
                const Model&    model;            ///< Models for combo boxes
                Property        target_property;  ///< Property on source
                Gtk::ComboBox   source_combo;     ///< Value source chooser