aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PositionCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PositionCache.h')
-rw-r--r--src/PositionCache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PositionCache.h b/src/PositionCache.h
index 9a9f2e6fc..4ee501841 100644
--- a/src/PositionCache.h
+++ b/src/PositionCache.h
@@ -201,6 +201,7 @@ typedef std::map<unsigned int, Representation> MapRepresentation;
class SpecialRepresentations {
MapRepresentation mapReprs;
unsigned short startByteHasReprs[0x100] {};
+ unsigned int maxKey = 0;
bool crlf = false;
public:
void SetRepresentation(std::string_view charBytes, std::string_view value);