mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-05 09:46:38 +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