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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user