This commit is contained in:
J. Nick Koston
2026-02-18 07:58:14 -06:00
parent 9457e54e5d
commit 3e08cb595d

View File

@@ -161,7 +161,11 @@ class ProtoVarInt {
#endif
protected:
#ifdef USE_API_VARINT64
uint64_t value_;
#else
uint32_t value_;
#endif
};
// Forward declarations for decode_to_message, encode_message and encode_packed_sint32