Akhilesh Singh wrote:
> 
> #include <list>
> 
> class MyClass
> {
> private:
>         list<UInt16> m_data;

This should be

std::list<UInt16> m_data;

> };

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to