void getBoundsOfStrokes(vector<Stroke*> & strokes, vector<int> & values)
But I get the following error:
in passing argument 1 of ‘void getBoundsOfStrokes(std::vector<Stroke*>&, std::vector<int>&)’
Is this not possible? Thanks for any advice.




Posted 02 November 2012 - 06:14 PM
void getBoundsOfStrokes(vector<Stroke*> & strokes, vector<int> & values)
in passing argument 1 of ‘void getBoundsOfStrokes(std::vector<Stroke*>&, std::vector<int>&)’
Posted 02 November 2012 - 08:24 PM
jjl, on 02 November 2012 - 07:17 PM, said:
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
