summaryrefslogtreecommitdiffstats
path: root/tester/covoar/CoverageReaderBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/CoverageReaderBase.h')
-rw-r--r--tester/covoar/CoverageReaderBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/covoar/CoverageReaderBase.h b/tester/covoar/CoverageReaderBase.h
index 332fc4d..7064b8d 100644
--- a/tester/covoar/CoverageReaderBase.h
+++ b/tester/covoar/CoverageReaderBase.h
@@ -39,7 +39,7 @@ namespace Coverage {
* associated executable
*/
virtual void processFile(
- const char* const file,
+ const std::string& file,
ExecutableInfo* const executableInformation
) = 0;