This commit is contained in:
Alexey Milovidov 2018-05-06 14:33:03 +03:00
parent 04d1c8c449
commit 63625c0a30

View File

@ -233,7 +233,7 @@ public:
bool getBool(size_t n) const override
{
return data[n];
return bool(data[n]);
}
Int64 getInt(size_t n) const override