diff data/model/WritableWaveFileModel.cpp @ 317:c324d410b096

* RemoteFile -> FileSource now it's used all over the place for local files as well.
author Chris Cannam
date Thu, 18 Oct 2007 16:20:26 +0000
parents 3a6725f285d6
children 0e30c8ec15a0 94fc0591ea43
line wrap: on
line diff
--- a/data/model/WritableWaveFileModel.cpp	Thu Oct 18 15:31:20 2007 +0000
+++ b/data/model/WritableWaveFileModel.cpp	Thu Oct 18 16:20:26 2007 +0000
@@ -60,7 +60,7 @@
         return;
     }
 
-    RemoteFile source(m_writer->getPath());
+    FileSource source(m_writer->getPath());
 
     m_reader = new WavFileReader(source, true);
     if (!m_reader->getError().isEmpty()) {