mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 01:50:43 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -834,7 +834,7 @@ STObject::setFieldObject(SField const& field, STObject const& v)
|
||||
json::Value
|
||||
STObject::getJson(JsonOptions options) const
|
||||
{
|
||||
json::Value ret(json::ObjectValue);
|
||||
json::Value ret(json::ValueType::Object);
|
||||
|
||||
for (auto const& elem : v_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user