mirror of https://github.com/libAthena/athena.git
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…
Reference in New Issue