mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-03-03 12:58:03 +01:00
Fix incorrect return value for maybeObject() method in BasicAdapter template class
This commit is contained in:
parent
4e941e75d9
commit
650f122a79
@ -811,7 +811,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool maybeString() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user