insufficient attempt to drop references to a shadow MIDI port
[ardour.git] / gtk2_ardour / save_as_dialog.h
index 75751f8831b3e449f91f9192b9a50dbc623f4736..5284bea74dcac7252c33957cbcdf6feb572ab8f0 100644 (file)
@@ -33,14 +33,15 @@ public:
 
        std::string new_parent_folder () const;
        std::string new_name () const;
-       
+
        bool switch_to () const;
        bool include_media () const;
        bool copy_media () const;
        bool copy_external () const;
 
        void clear_name ();
-       
+       void set_name (std::string);
+
 private:
        Gtk::CheckButton switch_to_button;
        Gtk::CheckButton copy_media_button;