summaryrefslogtreecommitdiffstats
path: root/tester/covoar/CoverageReaderTSIM.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/CoverageReaderTSIM.h')
-rw-r--r--tester/covoar/CoverageReaderTSIM.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tester/covoar/CoverageReaderTSIM.h b/tester/covoar/CoverageReaderTSIM.h
index e4ae849..4980981 100644
--- a/tester/covoar/CoverageReaderTSIM.h
+++ b/tester/covoar/CoverageReaderTSIM.h
@@ -7,6 +7,8 @@
#ifndef __COVERAGE_READER_TSIM_H__
#define __COVERAGE_READER_TSIM_H__
+#include <string>
+
#include "CoverageReaderBase.h"
#include "ExecutableInfo.h"
@@ -36,7 +38,7 @@ namespace Coverage {
/* Inherit documentation from base class. */
void processFile(
- const char* const file,
+ const std::string& file,
ExecutableInfo* const executableInformation
);
};