OSX compile fix.
This commit is contained in:
parent
102b11ce06
commit
b3b3913080
@ -1685,6 +1685,7 @@ parsed_expression::parse_token::parse_token(int offset)
|
|||||||
m_type(INVALID),
|
m_type(INVALID),
|
||||||
m_offset(offset),
|
m_offset(offset),
|
||||||
m_value(0),
|
m_value(0),
|
||||||
|
m_flags(0),
|
||||||
m_string(NULL),
|
m_string(NULL),
|
||||||
m_symbol(NULL)
|
m_symbol(NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user