aboutsummaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list.h b/src/list.h
index c517a9e..934766b 100644
--- a/src/list.h
+++ b/src/list.h
@@ -611,7 +611,7 @@ namespace Bu
611 611
612 /** 612 /**
613 * Erase an item from the list if you already know the item. 613 * Erase an item from the list if you already know the item.
614 *@param ob The item to find and erase. 614 *@param v The item to find and erase.
615 */ 615 */
616 void erase( const value &v ) 616 void erase( const value &v )
617 { 617 {