diff options
Diffstat (limited to '')
-rw-r--r-- | src/list.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | /** |