aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/list.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/list.h b/src/list.h
index cce29fe..c587c1a 100644
--- a/src/list.h
+++ b/src/list.h
@@ -217,6 +217,11 @@ namespace Bu
217 SharedCore< Core >( src ) 217 SharedCore< Core >( src )
218 { 218 {
219 } 219 }
220
221 List( const value &v )
222 {
223 append( v );
224 }
220 225
221 ~List() 226 ~List()
222 { 227 {