aboutsummaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/list.h b/src/list.h
index 2ac12e0..8f29e85 100644
--- a/src/list.h
+++ b/src/list.h
@@ -68,6 +68,7 @@ namespace Bu
68 { 68 {
69 append( *pCur->pValue ); 69 append( *pCur->pValue );
70 } 70 }
71 return *this;
71 } 72 }
72 73
73 /** 74 /**