Fix a tiny memory leak, add_instant_xml() copies the node
[ardour.git] / gtk2_ardour / insert_remove_time_dialog.h
index 999c0ca27219619f3c4bceac9ef69073524a6c7c..4b0cef6dd95397f8399e46b77b88c2cc9cb7a2f8 100644 (file)
@@ -34,8 +34,8 @@ public:
        bool move_glued_markers () const;
        bool move_locked_markers () const;
        bool move_tempos () const;
-       framepos_t position () const;
-       framepos_t distance () const;
+       samplepos_t position () const;
+       samplepos_t distance () const;
 
 private:
        void move_markers_toggled ();