Changed Python _getattr/_setattr methods to use const STR_String& instead of char* - makes using these methods much nicer.
This commit is contained in:
@@ -132,7 +132,7 @@ PyMethodDef SCA_ORController::Methods[] = {
|
||||
{NULL,NULL} //Sentinel
|
||||
};
|
||||
|
||||
PyObject* SCA_ORController::_getattr(char* attr) {
|
||||
PyObject* SCA_ORController::_getattr(const STR_String& attr) {
|
||||
_getattr_up(SCA_IController);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user