mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
Add this->
This commit is contained in:
parent
0d04986974
commit
d76e60cce5
1 changed files with 2 additions and 2 deletions
|
@ -323,8 +323,8 @@ class Parser : protected Arabica::SAX::DefaultHandler<stringT, typename ParserTy
|
|||
if(--inEntity_ == 0)
|
||||
currentNode_ = cachedCurrent_;
|
||||
|
||||
if(dtd_pseudo_entity == name)
|
||||
return;
|
||||
if(this->dtd_pseudo_entity == name)
|
||||
return;
|
||||
|
||||
currentNode_.appendChild(document_.createEntityReference(name));
|
||||
} // endEntity
|
||||
|
|
Loading…
Reference in a new issue