]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / InsetTOC.h
index ead482b2e839870ec93ed3886d12eb528669f517..074ad535dbf6e8f4b6de193670af8d00f224eee7 100644 (file)
@@ -64,9 +64,9 @@ public:
 
 private:
        ///
-       void makeTOCWithDepth(XHTMLStream xs, Toc toc, const OutputParams & op) const;
+       void makeTOCWithDepth(XHTMLStream & xs, Toc const & toc, const OutputParams & op) const;
        ///
-       void makeTOCNoDepth(XHTMLStream xs, Toc toc, const OutputParams & op) const;
+       void makeTOCNoDepth(XHTMLStream & xs, Toc const & toc, const OutputParams & op) const;
        ///
        void makeTOCEntry(XHTMLStream & xs, Paragraph const & par, OutputParams const & op) const;