summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_preset.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-12 20:17:38 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-12 20:17:38 +0000
commitac38847d867ada9590324227385d867bb04be54a (patch)
tree52248bb88a7bfeb0326f472581ac69cf9ebfa15c /libs/ardour/ardour/export_preset.h
parent7060fe697e84c17d8f5db309b99d0264681f52a5 (diff)
use legalize_for_path() on filenames for export presets and formats
git-svn-id: svn://localhost/ardour2/branches/3.0@9127 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/export_preset.h')
-rw-r--r--libs/ardour/ardour/export_preset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/export_preset.h b/libs/ardour/ardour/export_preset.h
index b24cc70dcf..595cfaf9bf 100644
--- a/libs/ardour/ardour/export_preset.h
+++ b/libs/ardour/ardour/export_preset.h
@@ -53,7 +53,7 @@ class ExportPreset {
private:
- void set_id (std::string const & id);
+ void set_id (std::string id);
XMLNode * get_instant_xml () const;
void save_instant_xml () const;