]> git.lyx.org Git - lyx.git/commitdiff
InsetExternal doesn't work. But it didn't work before, either.
authorRichard Heck <rgheck@comcast.net>
Sat, 21 Nov 2009 23:26:10 +0000 (23:26 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 21 Nov 2009 23:26:10 +0000 (23:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32139 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetExternal.cpp
src/insets/InsetExternal.h

index 6762b0f76210c4ba00270e244068ea00a8c697de..d86a78d313ddcccb218cf22aa5c008d9021bbce9 100644 (file)
@@ -29,6 +29,7 @@
 #include "LyXRC.h"
 #include "MetricsInfo.h"
 #include "OutputParams.h"
+#include "output_latex.h"
 
 #include "frontends/alert.h"
 #include "frontends/Application.h"
@@ -682,7 +683,7 @@ int InsetExternal::docbook(odocstream & os,
 }
 
 
-docstring InsetExternal::xhtml(odocstream & /*os*/,
+docstring InsetExternal::xhtml(XHTMLStream  & /*xs*/,
                        OutputParams const & /*rp*/) const
 {
 //     external::writeExternal(params_, "XHTML", buffer(), os,
index c1adb2b12a4ff552100e60bcade925de4d53b109..a04f64cb66ae5e16e0412a190aa90489485effce 100644 (file)
@@ -135,7 +135,7 @@ private:
        int docbook(odocstream &, OutputParams const &) const;
        /// For now, this does nothing. Someone who knows about this
        /// should see what needs doing for XHTML output.
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        /// Update needed features for this inset.
        void validate(LaTeXFeatures & features) const;
        ///