]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.cpp
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetNomencl.cpp
index 7c043fa4c031d2823c0b3c595b41d1d8025cbe22..306498feb6338ba4fb97c0d69d2f7fcdacaedbb1 100644 (file)
@@ -26,6 +26,7 @@
 #include "Length.h"
 #include "LyX.h"
 #include "MetricsInfo.h"
+#include "output_xhtml.h"
 #include "sgml.h"
 
 #include "frontends/FontMetrics.h"
@@ -98,7 +99,7 @@ int InsetNomencl::docbook(odocstream & os, OutputParams const &) const
 }
 
 
-docstring InsetNomencl::xhtml(odocstream &, OutputParams const &) const
+docstring InsetNomencl::xhtml(XHTMLStream &, OutputParams const &) const
 {
        return docstring();
 }
@@ -198,7 +199,7 @@ bool InsetPrintNomencl::getStatus(Cursor & cur, FuncRequest const & cmd,
 }
 
 
-docstring InsetPrintNomencl::xhtml(odocstream &, OutputParams const &) const
+docstring InsetPrintNomencl::xhtml(XHTMLStream &, OutputParams const &) const
 {
        return docstring();
 }