App/Toponaming: Minor refactoring and tests for StringID
This commit is contained in:
committed by
Chris Hennes
parent
2e5f43e69b
commit
c9f73bda9e
@@ -102,7 +102,7 @@ PyObject* StringID::getPyObject()
|
||||
|
||||
PyObject* StringID::getPyObjectWithIndex(int index)
|
||||
{
|
||||
auto* res = new StringIDPy(this);
|
||||
auto res = new StringIDPy(this);
|
||||
res->_index = index;
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user