summaryrefslogtreecommitdiffstats
path: root/tester/covoar/TraceWriterQEMU.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/TraceWriterQEMU.h')
-rw-r--r--tester/covoar/TraceWriterQEMU.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/covoar/TraceWriterQEMU.h b/tester/covoar/TraceWriterQEMU.h
index 09c2ddf..aa89860 100644
--- a/tester/covoar/TraceWriterQEMU.h
+++ b/tester/covoar/TraceWriterQEMU.h
@@ -44,7 +44,7 @@ namespace Trace {
* @return Returns TRUE if the method succeeded and FALSE if it failed.
*/
bool writeFile(
- const char* const file,
+ const std::string& file,
Trace::TraceReaderBase *log,
bool verbose
);