mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 08:46:36 +00:00
Add JsonOptions enum class to contain options passed to getJSON methods
This commit is contained in:
@@ -106,7 +106,7 @@ std::string STLedgerEntry::getText () const
|
||||
% STObject::getText ());
|
||||
}
|
||||
|
||||
Json::Value STLedgerEntry::getJson (int options) const
|
||||
Json::Value STLedgerEntry::getJson (JsonOptions options) const
|
||||
{
|
||||
Json::Value ret (STObject::getJson (options));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user