Honor baseclass namespace

This commit is contained in:
Phillip Stephens 2016-07-23 18:26:21 -07:00
parent 46e5d76fd3
commit e3a8ff6aae
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class ATDNAEmitVisitor : public clang::RecursiveASTVisitor<ATDNAEmitVisitor>
hasWrite = true;
}
if (hasRead && hasWrite)
baseDNA = rDecl->getName();
baseDNA = rDecl->getQualifiedNameAsString();
return true;
}
}