summaryrefslogtreecommitdiff
path: root/Lib/python/pyclasses.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/python/pyclasses.swg')
-rw-r--r--Lib/python/pyclasses.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/python/pyclasses.swg b/Lib/python/pyclasses.swg
index 31ebdd2a1..39c4e0316 100644
--- a/Lib/python/pyclasses.swg
+++ b/Lib/python/pyclasses.swg
@@ -11,7 +11,7 @@
or as a member variable:
struct A {
- SwigPtr_PyObject obj;
+ SwigPtr_PyObject _obj;
A(PyObject *o) : _obj(o) {
}
};