
1 Oct
2006
1 Oct
'06
4 p.m.
"David Klein" <dave_chp@gmx.de> wrote in message news:451D3699.3040703@gmx.de...
hi scott,
make your Add() function take const references and it works.
void Add( const boost::shared_ptr<OWidget>& widget )
--
HTH dave
That worked flawlessly! You have no idea how happy this makes me ;) Seriously though, I was at the point where I was considering that maybe boost wasn't for me. Thanks for the quick replies! -scottv