summaryrefslogtreecommitdiffstats
path: root/src/SMFWriter.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-12-19 21:37:50 +0000
committerDavid Robillard <d@drobilla.net>2009-12-19 21:37:50 +0000
commit1243943529fde4d5ac5d242ec48b971e81499875 (patch)
tree70857b1009b8b2ef9f8b204f7f45fe3a82007316 /src/SMFWriter.cpp
parent1072f6bf233939d6101856f6d87f664f34490746 (diff)
downloadraul-1243943529fde4d5ac5d242ec48b971e81499875.tar.gz
raul-1243943529fde4d5ac5d242ec48b971e81499875.tar.bz2
raul-1243943529fde4d5ac5d242ec48b971e81499875.zip
New ingen module (library, not e.g. LV2 plugin) design.
Much cleaner interface and general usage of Ingen as a library. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2314 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/SMFWriter.cpp')
-rw-r--r--src/SMFWriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMFWriter.cpp b/src/SMFWriter.cpp
index 939e859..bca7c78 100644
--- a/src/SMFWriter.cpp
+++ b/src/SMFWriter.cpp
@@ -62,8 +62,8 @@ SMFWriter::~SMFWriter()
* to write_event will have this value subtracted before writing).
*/
bool
-SMFWriter::start(const string& filename,
- Raul::TimeStamp start_time) throw (logic_error)
+SMFWriter::start(const std::string& filename,
+ Raul::TimeStamp start_time) throw (logic_error)
{
if (_fd)
throw logic_error("Attempt to start new write while write in progress.");