]> git.lyx.org Git - lyx.git/commitdiff
Disable ERT again.
authorRichard Heck <rgheck@comcast.net>
Thu, 19 Nov 2009 21:52:18 +0000 (21:52 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 19 Nov 2009 21:52:18 +0000 (21:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32098 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetERT.cpp
src/insets/InsetERT.h

index fb6f95a26e45b395d808ad0ce56aad9cb0bcf182..d1e15bae8b806ddf27e1a9a8203a66d24a2baa09 100644 (file)
@@ -184,7 +184,7 @@ string InsetERT::params2string(CollapseStatus status)
 }
 
 
-docstring InsetERT::xhtml(odocstream &, OutputParams const &) const
+docstring InsetERT::xhtml(XHTMLStream &, OutputParams const &) const
 {
        return docstring();
 }
index c14677b7166d5d7fc58f82a4603150a66f0dcf31..3f38f0e70eb9fc2d08f1fa602bcc44603faece33 100644 (file)
@@ -51,7 +51,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const {}
        ///