summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/List.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/List.h b/utils/List.h
index 72b015f..342a907 100644
--- a/utils/List.h
+++ b/utils/List.h
@@ -67,7 +67,7 @@ inline int IsEmpty () const { return !LastLink; }
CcuListItem* Last ();
CcuListItem* Nth (int n);
int Length () const;
- int Find (CcuListItem*) const;
+ int Find (CcuListItem*, int* = 0) const;
void Append (CcuListItem*);
void Prepend (CcuListItem*);