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

@ -45,7 +45,7 @@ public:
return call_method<std::string>(self, "getValueAsString");
}
void setValue(std::string s)
void setValue(const std::string& s)
{
call_method<void>(self, "setValueAsString", s);
}