msvc build fix

This commit is contained in:
MihailRis
2024-05-18 22:13:53 +03:00
parent 535c7d8326
commit 35fdd475ee
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ public:
dynamic::Value value = dynamic::NONE;
if (peek() == '~') {
relative = true;
value = 0L;
value = static_cast<integer_t>(0);
nextChar();
}