a bunch of stuff to make tab/window switching work better, and provide Alt-m to toggl...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / paths_dialog.h
index 4f18511c580fffcb4db067e6d52e8b809dd6824d..120d037a27c819a9e4bf41e133a6714d775073f2 100644 (file)
@@ -30,7 +30,7 @@ namespace Gtkmm2ext {
 class LIBGTKMM2EXT_API PathsDialog : public Gtk::Dialog
 {
   public:
-       PathsDialog (std::string, std::string current_paths = "", std::string default_paths = "");
+       PathsDialog (Gtk::Window& parent, std::string, std::string current_paths = "", std::string default_paths = "");
        ~PathsDialog ();
 
        std::string get_serialized_paths ();