mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add JsonOptions enum class to contain options passed to getJSON methods
This commit is contained in:
@@ -584,7 +584,7 @@ STAmount::getText () const
|
||||
}
|
||||
|
||||
Json::Value
|
||||
STAmount::getJson (int) const
|
||||
STAmount::getJson (JsonOptions) const
|
||||
{
|
||||
Json::Value elem;
|
||||
setJson (elem);
|
||||
|
||||
Reference in New Issue
Block a user