Fix module member names for importing with renaming.

This commit is contained in:
chriseth
2021-02-23 13:15:32 +01:00
parent e75e3fc2e3
commit c91cffa4ec
4 changed files with 25 additions and 5 deletions
+1
View File
@@ -110,6 +110,7 @@ public:
/// Constructs a Member with the name extracted from @p _declaration's name.
Member(Declaration const* _declaration, Type const* _type);
Member(Declaration const* _declaration, Type const* _type, std::string _name);
std::string name;
Type const* type = nullptr;