msvc build fix
This commit is contained in:
@@ -320,7 +320,7 @@ public:
|
||||
dynamic::Value value = dynamic::NONE;
|
||||
if (peek() == '~') {
|
||||
relative = true;
|
||||
value = 0L;
|
||||
value = static_cast<integer_t>(0);
|
||||
nextChar();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user