summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ReportsText.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/ReportsText.h')
-rw-r--r--tester/covoar/ReportsText.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tester/covoar/ReportsText.h b/tester/covoar/ReportsText.h
index 91366b5..23a1003 100644
--- a/tester/covoar/ReportsText.h
+++ b/tester/covoar/ReportsText.h
@@ -85,7 +85,7 @@ class ReportsText: public ReportsBase {
unsigned int number,
const std::string& symbolName,
const SymbolInformation& symbolInfo,
- Coverage::CoverageRanges::ranges_t::iterator rangePtr
+ const CoverageRanges::coverageRange_t& range
);
/* Inherit documentation from base class. */
@@ -102,7 +102,7 @@ class ReportsText: public ReportsBase {
unsigned int number,
const std::string& symbolName,
const SymbolInformation& symbolInfo,
- Coverage::CoverageRanges::ranges_t::iterator ritr
+ const CoverageRanges::coverageRange_t& range
);
/* Inherit documentation from base class. */
@@ -110,7 +110,7 @@ class ReportsText: public ReportsBase {
FILE* report,
unsigned int number,
const std::string& symbolName,
- Coverage::CoverageRanges::ranges_t::iterator range
+ const CoverageRanges::coverageRange_t& range
);
/* Inherit documentation from base class. */