mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Second round of removing extraneous copy constructor and destructor calls.
This commit is contained in:
@@ -28,7 +28,7 @@ class TransactionFormat
|
||||
public:
|
||||
std::string t_name;
|
||||
TransactionType t_type;
|
||||
std::vector<SOElement::ptr> elements;
|
||||
std::vector<SOElement::ref> elements;
|
||||
|
||||
static std::map<int, TransactionFormat*> byType;
|
||||
static std::map<std::string, TransactionFormat*> byName;
|
||||
|
||||
Reference in New Issue
Block a user