Debugger: Use the BVariant default constructor in Token().
The value-based constructor does the same. Fixes an "ambiguous call" error on ARM builds.
This commit is contained in:
@@ -29,7 +29,7 @@ Token::Token()
|
||||
:
|
||||
string(""),
|
||||
type(TOKEN_NONE),
|
||||
value(0L),
|
||||
value(),
|
||||
position(0)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user