mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add JsonOptions enum class to contain options passed to getJSON methods
This commit is contained in:
@@ -95,7 +95,7 @@ STBase::getText() const
|
||||
}
|
||||
|
||||
Json::Value
|
||||
STBase::getJson (int /*options*/) const
|
||||
STBase::getJson (JsonOptions /*options*/) const
|
||||
{
|
||||
return getText();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user