We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3e724 commit ac5ea6fCopy full SHA for ac5ea6f
Common/Tools/TListHandler.h
@@ -56,7 +56,7 @@ class TListHandler
56
public:
57
TList* rootList;
58
bool makeNestedList;
59
- TListHandler() : rootList(nullptr) {} // Default constructor
+ TListHandler() : rootList(nullptr) {} // Default constructor
60
explicit TListHandler(TList* list) : rootList(list) {} // Constructor accepting a TList*
61
62
// operator() overload to assign a new list
0 commit comments