1 Oct
2006
1 Oct
'06
10 p.m.
"David Klein"
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