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:
@@ -27,7 +27,7 @@ class SerializedLedgerEntry
|
||||
, public CountedObject <SerializedLedgerEntry>
|
||||
{
|
||||
public:
|
||||
char const* getCountedObjectName () { return "SerializedLedgerEntry"; }
|
||||
static char const* getCountedObjectName () { return "SerializedLedgerEntry"; }
|
||||
|
||||
typedef boost::shared_ptr<SerializedLedgerEntry> pointer;
|
||||
typedef const boost::shared_ptr<SerializedLedgerEntry>& ref;
|
||||
|
||||
Reference in New Issue
Block a user