X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fexport_profile_manager.h;h=b0285f8ecce11733b6a2d4582ee61bce19468ab0;hb=30c6096d20799fa7da6a45051ff70a448d272f6b;hp=935df2552848117c7567671dc5eaf187b11c4493;hpb=b880a381523b2cfdb7ebd17c27fff1adf90fa028;p=ardour.git diff --git a/libs/ardour/ardour/export_profile_manager.h b/libs/ardour/ardour/export_profile_manager.h index 935df25528..b0285f8ecc 100644 --- a/libs/ardour/ardour/export_profile_manager.h +++ b/libs/ardour/ardour/export_profile_manager.h @@ -65,6 +65,8 @@ class LIBARDOUR_API ExportProfileManager void load_profile (); void prepare_for_export (); + ExportType type () const { return _type; } + typedef std::list PresetList; PresetList const & get_presets () { return preset_list; } @@ -79,7 +81,7 @@ class LIBARDOUR_API ExportProfileManager typedef std::pair FilePair; typedef std::map FileMap; - ExportType type; + ExportType _type; std::string xml_node_name; HandlerPtr handler; Session & session; @@ -103,7 +105,7 @@ class LIBARDOUR_API ExportProfileManager std::vector find_file (std::string const & pattern); std::string export_config_dir; - PBD::SearchPath search_path; + PBD::Searchpath search_path; /* Timespans */ public: