14 Jul
2004
14 Jul
'04
4:18 a.m.
On Tue, Jul 13, 2004 at 11:26:19AM -0500, Bob Jamison wrote:
- In satisfied_guide_cns.cpp, the prototype for
void satisfied_guide_cns(SPDesktop const &desktop, std::vectorNR::Point &snappoints, std::vector<SPGuideConstraint> &cns)
...needs to match the .h file.
Both should have
std::vectorNR::Point const &snappoints
as second argument.
pjrm.