From d9d4dc11af0b9f6863b6cd14c85ef1b0ea8f98a5 Mon Sep 17 00:00:00 2001 From: chatty Date: Thu, 24 Feb 1994 10:33:29 +0000 Subject: Added rank arg to Find --- utils/List.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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*); -- cgit v1.1