diff --git a/libs/ardour/ardour/export_profile_manager.h b/libs/ardour/ardour/export_profile_manager.h index 707e277869..fa4b8efee5 100644 --- a/libs/ardour/ardour/export_profile_manager.h +++ b/libs/ardour/ardour/export_profile_manager.h @@ -71,6 +71,7 @@ public: typedef std::list PresetList; PresetList const& get_presets () { return preset_list; } + ExportPresetPtr preset () const { return current_preset; } bool load_preset (ExportPresetPtr preset); ExportPresetPtr new_preset (std::string const& name);