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