mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Compile fix for r36670.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36672 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ec1a541a6c
commit
5846e0eb7b
@ -372,8 +372,8 @@ XHTMLStream & XHTMLStream::operator<<(html::EndTag const & etag)
|
||||
// to close.
|
||||
// is this tag itself pending?
|
||||
// non-const iterators because we may call erase().
|
||||
TagDeque::iterator dit = pending_tags_.begin();
|
||||
TagDeque::iterator const den = pending_tags_.end();
|
||||
TagStack::iterator dit = pending_tags_.begin();
|
||||
TagStack::iterator const den = pending_tags_.end();
|
||||
for (; dit != den; ++dit) {
|
||||
if (dit->tag_ == etag.tag_) {
|
||||
// it was pending, so we just erase it
|
||||
|
Loading…
Reference in New Issue
Block a user