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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tester/covoar/TraceWriterQEMU.h b/tester/covoar/TraceWriterQEMU.h
index aa89860..7078837 100644
--- a/tester/covoar/TraceWriterQEMU.h
+++ b/tester/covoar/TraceWriterQEMU.h
@@ -44,9 +44,9 @@ namespace Trace {
* @return Returns TRUE if the method succeeded and FALSE if it failed.
*/
bool writeFile(
- const std::string& file,
- Trace::TraceReaderBase *log,
- bool verbose
+ const std::string& file,
+ Trace::TraceReaderBase* log,
+ bool verbose
);
};