summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/template_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/template_utils.h')
-rw-r--r--libs/ardour/ardour/template_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/template_utils.h b/libs/ardour/ardour/template_utils.h
index 07ba1d62ae..f556e2c068 100644
--- a/libs/ardour/ardour/template_utils.h
+++ b/libs/ardour/ardour/template_utils.h
@@ -38,7 +38,7 @@ namespace ARDOUR {
std::string name;
std::string path;
std::string description;
- std::string created_with;
+ std::string modified_with;
};
LIBARDOUR_API void find_route_templates (std::vector<TemplateInfo>& template_names);