Re: Delegating to a Contained PartsList

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Morten,

I think you had a typo.

Change this...

void ShowAll() { thePartsList.Iterate(Part::Display); }

...to this...

void ShowAll() { thePartsList.Iterate(&Part::Display); }

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux