mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Use provided names for CountedObject instead of typeid()
This commit is contained in:
@@ -13,6 +13,8 @@ private:
|
||||
class Entry : public CountedObject <Entry>
|
||||
{
|
||||
public:
|
||||
char const* getCountedObjectName () { return "HashRouterEntry"; }
|
||||
|
||||
Entry ()
|
||||
: mFlags (0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user