mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use manual method for naming CountedObject classes
This commit is contained in:
@@ -32,7 +32,7 @@ class Transaction
|
||||
, public CountedObject <Transaction>
|
||||
{
|
||||
public:
|
||||
char const* getCountedObjectName () { return "Transaction"; }
|
||||
static char const* getCountedObjectName () { return "Transaction"; }
|
||||
|
||||
typedef boost::shared_ptr<Transaction> pointer;
|
||||
typedef const pointer& ref;
|
||||
|
||||
Reference in New Issue
Block a user