summaryrefslogtreecommitdiff
path: root/libs/ardour/file_source.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-07-22 02:27:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-07-22 02:27:06 +0000
commita1bbbcb41b520c24b4e568eec0b0abcea6aee9ef (patch)
treed19b6059b4bbd962a2fb0344c6e55c78e2e27e57 /libs/ardour/file_source.cc
parent448eb1acddbb4ac215f6b9ef4667b0befbe173a4 (diff)
first part of using appropriate .ext extensions for the current chosen native file header format
git-svn-id: svn://localhost/ardour2/branches/3.0@7468 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/file_source.cc')
-rw-r--r--libs/ardour/file_source.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/file_source.cc b/libs/ardour/file_source.cc
index d0eb64b8aa..512d37a10b 100644
--- a/libs/ardour/file_source.cc
+++ b/libs/ardour/file_source.cc
@@ -383,7 +383,7 @@ FileSource::set_source_name (const ustring& newname, bool destructive)
{
Glib::Mutex::Lock lm (_lock);
ustring oldpath = _path;
- ustring newpath = Session::change_source_path_by_name (oldpath, _name, newname, destructive);
+ ustring newpath = _session.change_source_path_by_name (oldpath, _name, newname, destructive);
if (newpath.empty()) {
error << string_compose (_("programming error: %1"), "cannot generate a changed file path") << endmsg;