2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-02 09:02:15 +00:00

- Fixed bugs in Linux

[SVN r17969]
This commit is contained in:
Bruno da Silva de Oliveira
2003-03-18 05:16:01 +00:00
parent f11d757807
commit 13256fb7e9
2 changed files with 7 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ class ClassExporter(Exporter):
Exporter.SetDeclarations(self, declarations)
decl = self.GetDeclaration(self.info.name)
if isinstance(decl, Typedef):
self.class_ = decl.type
self.class_ = self.GetDeclaration(decl.type.name)
if not self.info.rename:
self.info.rename = decl.name
else: