]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRef.h
make it compile again (hopefully)
[lyx.git] / src / mathed / InsetMathRef.h
index daf0c8c3169ed6119bb031546134fbd209e6c491..aa23efe0934775271a5f8a2093cac4fe9230cc59 100644 (file)
@@ -28,14 +28,14 @@ public:
        ///
        void infoize(std::ostream & os) const;
        ///
-       std::string const screenLabel() const;
+       lyx::docstring const screenLabel() const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///
        virtual RefInset * asRefInset() { return this; }
 
-       /// plain ascii output
-       int plaintext(std::ostream & os, OutputParams const &) const;
+       /// plain text output in ucs4 encoding
+       int plaintext(lyx::odocstream &, OutputParams const &) const;
        /// docbook output
        int docbook(Buffer const & buf, std::ostream & os, OutputParams const &) const;