[ox] Get building in MSVC

This commit is contained in:
2019-12-23 15:11:53 -06:00
parent a66f1499a4
commit 4cbf1b9a9a
7 changed files with 10 additions and 11 deletions

View File

@@ -16,8 +16,8 @@ namespace ox {
class FieldPresenceIndicator {
private:
uint8_t *m_mask = nullptr;
int m_maskLen = 0;
int m_fields = 0;
std::size_t m_maskLen = 0;
std::size_t m_fields = 0;
public:
FieldPresenceIndicator(uint8_t *mask, std::size_t maxLen);