summaryrefslogtreecommitdiffstats
path: root/src/SMFWriter.cpp
diff options
context:
space:
mode:
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.");