mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Missing sort.
This commit is contained in:
@@ -28,6 +28,7 @@ protected:
|
||||
std::vector<SOElement::ptr> mType;
|
||||
|
||||
STObject* duplicate() const { return new STObject(*this); }
|
||||
bool compare(const SerializedType& f1, const SerializedType& f2);
|
||||
|
||||
public:
|
||||
STObject() { ; }
|
||||
|
||||
Reference in New Issue
Block a user