[10025] Fixed unexpected C++ code parsing with *FILTER_LOG in 'if'

This commit is contained in:
VladimirMangos 2010-06-03 16:45:38 +04:00
parent 54f2f507cf
commit e431ab55cc
3 changed files with 40 additions and 22 deletions

View file

@ -39,6 +39,7 @@ class Field
~Field();
enum DataTypes GetType() const { return mType; }
bool IsNULL() const { return mValue == NULL; }
const char *GetString() const { return mValue; }
std::string GetCppString() const