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