mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Get ready for Json decode.
This commit is contained in:
@@ -19,7 +19,7 @@ std::string SerializedType::getFullText() const
|
||||
std::string ret;
|
||||
if (getSType() != STI_NOTPRESENT)
|
||||
{
|
||||
if(fName != NULL)
|
||||
if(fName->hasName())
|
||||
{
|
||||
ret = fName->fieldName;
|
||||
ret += " = ";
|
||||
|
||||
Reference in New Issue
Block a user