summaryrefslogtreecommitdiffstats
path: root/tester/covoar/TraceWriterBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/TraceWriterBase.h')
-rw-r--r--tester/covoar/TraceWriterBase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tester/covoar/TraceWriterBase.h b/tester/covoar/TraceWriterBase.h
index 9e80dbc..a18c387 100644
--- a/tester/covoar/TraceWriterBase.h
+++ b/tester/covoar/TraceWriterBase.h
@@ -8,6 +8,7 @@
#define __TRACE_WRITER_BASE_H__
#include <stdint.h>
+#include <string>
#include "TraceReaderBase.h"
namespace Trace {
@@ -41,7 +42,7 @@ namespace Trace {
* @return Returns TRUE if the method succeeded and FALSE if it failed.
*/
virtual bool writeFile(
- const char* const file,
+ const std::string& file,
Trace::TraceReaderBase *log,
bool verbose
) = 0;