OSX compile fix.

This commit is contained in:
Tomasz Slanina 2010-11-01 23:51:09 +00:00
parent 102b11ce06
commit b3b3913080

View File

@ -1685,6 +1685,7 @@ parsed_expression::parse_token::parse_token(int offset)
m_type(INVALID),
m_offset(offset),
m_value(0),
m_flags(0),
m_string(NULL),
m_symbol(NULL)
{