Skip to content

Commit ac5ea6f

Browse files
Update TListHandler.h
1 parent 8a3e724 commit ac5ea6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tools/TListHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class TListHandler
5656
public:
5757
TList* rootList;
5858
bool makeNestedList;
59-
TListHandler() : rootList(nullptr) {} // Default constructor
59+
TListHandler() : rootList(nullptr) {} // Default constructor
6060
explicit TListHandler(TList* list) : rootList(list) {} // Constructor accepting a TList*
6161

6262
// operator() overload to assign a new list

0 commit comments

Comments
 (0)