summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_preset.h
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2008-10-16 15:13:23 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2008-10-16 15:13:23 +0000
commit063ab23465759839eb723c20664cbfe388701fda (patch)
tree26f833ed6fb7f36ea6b9430cc7a244811d5d7ccb /libs/ardour/ardour/export_preset.h
parent5fa6ed1966d68b10041d7c563ef214ef33be0e88 (diff)
Handle export presets from config dirs properly. Removed some debug output.
git-svn-id: svn://localhost/ardour2/branches/3.0@3977 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 56c27f3442..de321aacd6 100644
--- a/libs/ardour/ardour/export_preset.h
+++ b/libs/ardour/ardour/export_preset.h
@@ -50,7 +50,7 @@ class ExportPreset {
XMLNode const * get_global_state () const { return global.root(); }
XMLNode const * get_local_state () const { return local; }
- void save () const;
+ void save (std::string const & filename);
void remove_local () const;
private: