mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[10025] Fixed unexpected C++ code parsing with *FILTER_LOG in 'if'
This commit is contained in:
parent
54f2f507cf
commit
e431ab55cc
3 changed files with 40 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue