fix construction of new xfades from legacy xfades, and add a few comments here and...
[ardour.git] / libs / ardour / ardour / template_utils.h
index f40ed1c5523a7433e4ec7f6929afe04d2d1ddbdd..ec9fdaac8f17b069da687c80637ac68efe1e2dfd 100644 (file)
@@ -15,13 +15,15 @@ namespace ARDOUR {
        PBD::sys::path user_route_template_directory ();
 
        struct TemplateInfo {
-           std::string name;
-           std::string path;
+               std::string name;
+               std::string path;
        };
 
        void find_route_templates (std::vector<TemplateInfo>& template_names);
        void find_session_templates (std::vector<TemplateInfo>& template_names);
 
+       std::string session_template_dir_to_file (std::string const &);
+
 } // namespace ARDOUR
 
 #endif