diff options
Diffstat (limited to 'src/SMFWriter.cpp')
-rw-r--r-- | src/SMFWriter.cpp | 4 |
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."); |