Rename SDObjectData::str member in python, to avoid confusion

* Although it's legal, the language type is 'str' so this could cause
  namespacing issues potentially
This commit is contained in:
baldurk
2019-11-04 11:59:08 +00:00
parent 0544c737f7
commit 8b7d23cba1
+2
View File
@@ -50,6 +50,8 @@
%rename("%(regex:/^GLPipe::(.*)/GL\\1/)s", regextarget=1, fullname=1, %$isclass) "GLPipe::.*";
%rename("%(regex:/^VKPipe::(.*)/VK\\1/)s", regextarget=1, fullname=1, %$isclass) "VKPipe::.*";
%rename("string") "SDObjectData::str";
%begin %{
#undef slots
%}