mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Use manual method for naming CountedObject classes
This commit is contained in:
@@ -13,7 +13,7 @@ private:
|
||||
class Entry : public CountedObject <Entry>
|
||||
{
|
||||
public:
|
||||
char const* getCountedObjectName () { return "HashRouterEntry"; }
|
||||
static char const* getCountedObjectName () { return "HashRouterEntry"; }
|
||||
|
||||
Entry ()
|
||||
: mFlags (0)
|
||||
|
||||
Reference in New Issue
Block a user