diff options
Diffstat (limited to 'common/list_intern.h')
-rw-r--r-- | common/list_intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/list_intern.h b/common/list_intern.h index daa7446781..fef32fbe1e 100644 --- a/common/list_intern.h +++ b/common/list_intern.h @@ -35,7 +35,7 @@ namespace ListInternal { NodeBase *_next; }; - template <typename T> + template<typename T> struct Node : public NodeBase { T _data; |