mirror of
https://github.com/libAthena/athena.git
synced 2025-06-07 07:03:36 +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;
|
hasWrite = true;
|
||||||
}
|
}
|
||||||
if (hasRead && hasWrite)
|
if (hasRead && hasWrite)
|
||||||
baseDNA = rDecl->getName();
|
baseDNA = rDecl->getQualifiedNameAsString();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user