From 99a19b864e615dc32d8615c7719cf2b40557d6df Mon Sep 17 00:00:00 2001 From: David Date: Sat, 7 Jul 2007 00:50:20 +0000 Subject: david - added a return to a non-void function --- src/list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/list.h') 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 { append( *pCur->pValue ); } + return *this; } /** -- cgit v1.2.3