const to the getter for total occurences count
This commit is contained in:
parent
ec621fb310
commit
210929751d
@ -31,7 +31,7 @@ public:
|
|||||||
return _occurences;
|
return _occurences;
|
||||||
}
|
}
|
||||||
|
|
||||||
SUFFIX_MARKER_TYPE getTotalCount() {
|
SUFFIX_MARKER_TYPE getTotalCount() const {
|
||||||
return _totalCount;
|
return _totalCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user