]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
make it compile again (hopefully)
[lyx.git] / src / mathed / InsetMathHull.h
index 08d1833d785d593c7f139bd93790d8e94c5dc1ec..c67fe8aebfc4049116a4a3138ac721a9c853e23f 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
@@ -141,7 +141,7 @@ private:
        ///
        void footer_write(WriteStream &) const;
        ///
-       std::string nicelabel(row_type row) const;
+       lyx::docstring nicelabel(row_type row) const;
        ///
        void doExtern(LCursor & cur, FuncRequest & func);
        ///