updated makefile to boost-python3.3 and python2.4

This commit is contained in:
maartenkeijzer 2006-01-23 15:12:49 +00:00
commit e14b4a8d48
4 changed files with 7 additions and 7 deletions

View file

@ -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;
}