]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
This commit saves the need to check for lyx::use_gui in a number of places.
[lyx.git] / src / mathed / InsetMathHull.h
index 9add217f75bd819ceff0232f092752565bb0494d..e2db6d5910e7d7f69b3b1798cdb9552da493b2ad 100644 (file)
@@ -53,7 +53,7 @@ public:
        bool ams() const;
        /// Appends \c list with all labels found within this inset.
        void getLabelList(Buffer const &,
-                         std::vector<std::string> & list) const;
+                         std::vector<lyx::docstring> & list) const;
        ///
        void validate(LaTeXFeatures & features) const;
        /// identifies HullInset
@@ -100,13 +100,13 @@ public:
        ///
        void read(Buffer const &, LyXLex & lex);
        ///
-       int plaintext(Buffer const &, std::ostream &,
+       int plaintext(Buffer const &, lyx::odocstream &,
                  OutputParams const &) const;
        ///
        int docbook(Buffer const &, std::ostream &,
                    OutputParams const &) const;
        /// the string that is passed to the TOC
-       virtual int textString(Buffer const &, std::ostream & os,
+       virtual int textString(Buffer const &, lyx::odocstream &,
                OutputParams const &) const;
 
        /// get notification when the cursor leaves this inset