summaryrefslogtreecommitdiff
path: root/Source/Modules/tcl8.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Modules/tcl8.cxx')
-rw-r--r--Source/Modules/tcl8.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/Modules/tcl8.cxx b/Source/Modules/tcl8.cxx
index b6b4c6965..dfdd71b64 100644
--- a/Source/Modules/tcl8.cxx
+++ b/Source/Modules/tcl8.cxx
@@ -783,10 +783,7 @@ public:
String *wrap_class = NewStringf("&_wrap_class_%s", mangled_classname);
SwigType_remember_clientdata(t, wrap_class);
- // t = Copy(Getattr(n,"classtype"));
- // SwigType_add_pointer(t);
-
- String *rt = Copy(Getattr(n, "classtype"));
+ String *rt = Copy(getClassType());
SwigType_add_pointer(rt);
// Register the class structure with the type checker