aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list.h b/src/list.h
index e05ebbc..3e5e292 100644
--- a/src/list.h
+++ b/src/list.h
@@ -396,7 +396,7 @@ namespace Bu
396 * Erase an item from the list. 396 * Erase an item from the list.
397 *@param i (iterator) The item to erase. 397 *@param i (iterator) The item to erase.
398 */ 398 */
399 void erase( iterator &i ) 399 void erase( iterator i )
400 { 400 {
401 Link *pCur = i.pLink; 401 Link *pCur = i.pLink;
402 Link *pPrev = pCur->pPrev; 402 Link *pPrev = pCur->pPrev;