The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit f30d6acb04ad4b3a28ff2c17b6c4bcfeddf012e7
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sun Jul 22 11:45:39 2012 +0200

    Compile fix
    
    Richard, please check.

diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp
index 3653c5e..336f5a8 100644
--- a/src/output_xhtml.cpp
+++ b/src/output_xhtml.cpp
@@ -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);
                        }

-----------------------------------------------------------------------

Summary of changes:
 src/output_xhtml.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to