updated makefile to boost-python3.3 and python2.4
This commit is contained in:
parent
116f21f182
commit
e14b4a8d48
4 changed files with 7 additions and 7 deletions
|
|
@ -30,7 +30,7 @@ class ValueParam : public eoParam // ValueParam containing python object
|
|||
return std::string(boost::python::extract<const char*>(s));
|
||||
}
|
||||
|
||||
void setValue(std::string v)
|
||||
void setValue(const std::string& v)
|
||||
{
|
||||
std::cerr << "not implemented yet" << std::endl;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue