mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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