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:
@@ -147,7 +147,7 @@ public:
|
||||
virtual std::string getFullText () const override;
|
||||
virtual std::string getText () const override;
|
||||
|
||||
virtual Json::Value getJson (int index) const override;
|
||||
virtual Json::Value getJson (JsonOptions index) const override;
|
||||
virtual void add (Serializer & s) const override;
|
||||
|
||||
void sort (bool (*compare) (const STObject & o1, const STObject & o2));
|
||||
|
||||
Reference in New Issue
Block a user