aboutsummaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h4
1 files changed, 2 insertions, 2 deletions
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
353 pLink = oth.pLink; 353 pLink = oth.pLink;
354 return *this; 354 return *this;
355 } 355 }
356 }; 356 } iterator;
357 357
358 /** 358 /**
359 *@see iterator 359 *@see iterator
@@ -465,7 +465,7 @@ namespace Bu
465 pLink = oth.pLink; 465 pLink = oth.pLink;
466 return *this; 466 return *this;
467 } 467 }
468 }; 468 } const_iterator;
469 469
470 /** 470 /**
471 * Get an iterator pointing to the first item in the list. 471 * Get an iterator pointing to the first item in the list.