summaryrefslogtreecommitdiff
path: root/src/context/cdlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdlist.h')
-rw-r--r--src/context/cdlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context/cdlist.h b/src/context/cdlist.h
index bf3bf5245..47d112cd8 100644
--- a/src/context/cdlist.h
+++ b/src/context/cdlist.h
@@ -52,6 +52,7 @@ public:
/** The value type with which this CDList<> was instantiated. */
typedef T value_type;
+ /** The cleanup type with which this CDList<> was instantiated. */
typedef CleanUpT CleanUp;
/** The allocator type with which this CDList<> was instantiated. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback