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:
@@ -16,7 +16,7 @@ class TransactionEngine
|
||||
: public CountedObject <TransactionEngine>
|
||||
{
|
||||
public:
|
||||
char const* getCountedObjectName () { return "TransactionEngine"; }
|
||||
static char const* getCountedObjectName () { return "TransactionEngine"; }
|
||||
|
||||
private:
|
||||
LedgerEntrySet mNodes;
|
||||
|
||||
Reference in New Issue
Block a user