Home » U++ Library support » U++ Widgets - General questions or Mixed problems » DropList::Find() error?
DropList::Find() error? [message #9643] |
Wed, 23 May 2007 12:17  |
|
Shouldn't DropList::Find(const Value& key) look like this:
int Find(const Value& k) const { return list.Find(k); }
instead of
int Find(const Value& k) const { return key.Find(k); }
Now FindKey is a copy of Find.
|
|
|
|
|
|
Goto Forum:
Current Time: Sun Jun 01 16:06:13 CEST 2025
Total time taken to generate the page: 0.02843 seconds
|