Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

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.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to arrange widgets
Next Topic: Linux Suse 10.2 build problem
Goto Forum:
  


Current Time: Sat Jun 07 16:28:24 CEST 2025

Total time taken to generate the page: 0.05485 seconds