const to the getter for total occurences count

This commit is contained in:
rjawor 2019-01-16 13:15:30 +01:00
parent ec621fb310
commit 210929751d

View File

@ -31,7 +31,7 @@ public:
return _occurences;
}
SUFFIX_MARKER_TYPE getTotalCount() {
SUFFIX_MARKER_TYPE getTotalCount() const {
return _totalCount;
}