minor clean up
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5528 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
45ffdc02a3
commit
2fe581fff7
1 changed files with 2 additions and 2 deletions
|
|
@ -1975,12 +1975,12 @@ int Language::validIdentifier(String *s) {
|
|||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
int Language::usingDeclaration(Node *n) {
|
||||
const char* access = 0;
|
||||
if ((cplus_mode == CPLUS_PUBLIC)) {
|
||||
Node* np = Copy(n);
|
||||
Node *c;
|
||||
for (c = firstChild(np); c; c = nextSibling(c)) {
|
||||
Setattr(c, "access", "public");
|
||||
if (!is_public(c))
|
||||
Setattr(c, "access", "public");
|
||||
/* it seems for some cases this is needed, like A* A::boo() */
|
||||
if (CurrentClass)
|
||||
Setattr(c, "parentNode", CurrentClass);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue