From f2b5d37fec6ee0902779f3470cd927978c8387d0 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 9 Feb 2006 16:39:10 +0000 Subject: [PATCH] fix missing namespace in constants, reported by Olly git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8757 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/tcl8.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Modules/tcl8.cxx b/Source/Modules/tcl8.cxx index 9986d88cc..561d3bde5 100644 --- a/Source/Modules/tcl8.cxx +++ b/Source/Modules/tcl8.cxx @@ -672,6 +672,7 @@ public: String *tm; if (!addSymbol(iname,n)) return SWIG_ERROR; + if (nspace) Setattr(n,"sym:name",nsname); /* Special hook for member pointer */ if (SwigType_type(type) == T_MPOINTER) {