mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 21:47:52 +00:00
Honor baseclass namespace
This commit is contained in:
@@ -215,7 +215,7 @@ class ATDNAEmitVisitor : public clang::RecursiveASTVisitor<ATDNAEmitVisitor>
|
||||
hasWrite = true;
|
||||
}
|
||||
if (hasRead && hasWrite)
|
||||
baseDNA = rDecl->getName();
|
||||
baseDNA = rDecl->getQualifiedNameAsString();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user