From 2a49987a29270e14b5a9396b0ab3b7b4588770c3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 28 Apr 2008 23:01:03 +0000 Subject: Apparently there were a number of things that weren't strict ISO C++, the new version of gcc complained about them, none of these changes will break backward compatibility, so I fixed them. I added more docs too, it seems. --- src/list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h index 30edf71..ed28e15 100644 --- a/src/list.h +++ b/src/list.h @@ -353,7 +353,7 @@ namespace Bu pLink = oth.pLink; return *this; } - }; + } iterator; /** *@see iterator @@ -465,7 +465,7 @@ namespace Bu pLink = oth.pLink; return *this; } - }; + } const_iterator; /** * Get an iterator pointing to the first item in the list. -- cgit v1.2.3