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
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue