]> git.lyx.org Git - features.git/commitdiff
Compile fix for r36670.
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 3 Dec 2010 02:42:25 +0000 (02:42 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 3 Dec 2010 02:42:25 +0000 (02:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36672 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_xhtml.cpp

index 8decee6fc78569b51b10453ba1340edc4fc370b0..e8f77e3f99ca0fe5673808b9317143ec55c97292 100644 (file)
@@ -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