mirror of
https://github.com/libAthena/athena.git
synced 2025-06-05 06:03:43 +00:00
Honor baseclass namespace
This commit is contained in:
parent
46e5d76fd3
commit
e3a8ff6aae
@ -215,7 +215,7 @@ class ATDNAEmitVisitor : public clang::RecursiveASTVisitor<ATDNAEmitVisitor>
|
||||
hasWrite = true;
|
||||
}
|
||||
if (hasRead && hasWrite)
|
||||
baseDNA = rDecl->getName();
|
||||
baseDNA = rDecl->getQualifiedNameAsString();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user