Fix incorrect return value for maybeObject() method in BasicAdapter template class

This commit is contained in:
Tristan Penman 2015-11-24 14:28:56 +11:00
parent 4e941e75d9
commit 650f122a79

View File

@ -811,7 +811,7 @@ public:
}
}
return true;
return false;
}
virtual bool maybeString() const