From a6f0fb014ff7b646357d9b5d550eaa530dbc3455 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Fri, 1 Jun 2007 04:17:02 +0000 Subject: http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2229 --- cpp/src/Slice/PythonUtil.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/Slice/PythonUtil.cpp') diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp index 9815b210aea..5c93dd01e5f 100644 --- a/cpp/src/Slice/PythonUtil.cpp +++ b/cpp/src/Slice/PythonUtil.cpp @@ -800,6 +800,7 @@ Slice::Python::CodeVisitor::visitClassDefStart(const ClassDefPtr& p) _out << ", "; } _out << '('; + _out << "'" << fixIdent((*t)->name()) << "', "; writeMetaData((*t)->getMetaData()); _out << ", "; writeType((*t)->type()); @@ -821,6 +822,7 @@ Slice::Python::CodeVisitor::visitClassDefStart(const ClassDefPtr& p) _out << ", "; } _out << '('; + _out << "'" << fixIdent((*t)->name()) << "', "; writeMetaData((*t)->getMetaData()); _out << ", "; writeType((*t)->type()); -- cgit v1.2.3