X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fexport_profile_manager.h;h=b0285f8ecce11733b6a2d4582ee61bce19468ab0;hb=faefc3ba9a42417b133235e0a9efeaba467aad5f;hp=935df2552848117c7567671dc5eaf187b11c4493;hpb=36c233fe6ce570ce85224626ce7aba4a2607537f;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: