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