mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-05 01:36:38 +00:00
Add JsonOptions enum class to contain options passed to getJSON methods
This commit is contained in:
@@ -58,7 +58,7 @@ STVector256::isEquivalent (const STBase& t) const
|
||||
}
|
||||
|
||||
Json::Value
|
||||
STVector256::getJson (int) const
|
||||
STVector256::getJson (JsonOptions) const
|
||||
{
|
||||
Json::Value ret (Json::arrayValue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user