aboutsummaryrefslogtreecommitdiff
path: root/common/list_intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/list_intern.h')
-rw-r--r--common/list_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/list_intern.h b/common/list_intern.h
index 11d03fd6ff..b7fbaffc47 100644
--- a/common/list_intern.h
+++ b/common/list_intern.h
@@ -53,6 +53,7 @@ namespace ListInternal {
typedef Node<T> * NodePtr;
typedef T & ValueRef;
typedef T * ValuePtr;
+ typedef T ValueType;
NodeBase *_node;