@willjvan wrote:
Hey y’all,
I’m trying to run Baker’s ofxClipper example on version 0.9.8
( https://github.com/bakercp/ofxClipper ) and I’m getting two errors:"No matching member function for call to ‘push_back’ " which occurs when the following are called:
- clipMasks.getOutline().push_back( p )
- clipSubjects.getOutline().push_back( r )
“Binding value of type ‘const vector<…>’ to reference to type ‘vector<…>’ drops ‘const’ qualifier” which occurs when the following are called:
- clips.getOutline()
- simplifiedPath.getOutline()
Any idea on how to fix this?
Posts: 1
Participants: 1