]> git.lyx.org Git - features.git/commitdiff
Compile fix
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 22 Jul 2012 09:45:39 +0000 (11:45 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 22 Jul 2012 09:45:39 +0000 (11:45 +0200)
Richard, please check.

src/output_xhtml.cpp

index 3653c5e75b9a5fba82c7285d02d8bbfb787d2957..336f5a88dbcadf0b063e3c0766f35f7e1deb85fb 100644 (file)
@@ -972,7 +972,7 @@ void xhtmlParagraphs(Text const & text,
                                buf.masterBuffer()->params().documentClass().getTOCLayout();
                        docstring const cnt = lay.counter;
                        if (!cnt.empty()) {
-                               Counters const & cnts =
+                               Counters & cnts =
                                        buf.masterBuffer()->params().documentClass().counters();
                                cnts.reset(cnt);
                        }