]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formula.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / mathed / formula.h
index 4526e2a4e5f61aca252fb7fba3d1444e6be2a62b..f24bcaa2197214ee5f8502232e411f0406068975 100644 (file)
@@ -52,11 +52,11 @@ public:
        ///
        int Latex(FILE *file, signed char fragile);
        ///
-       int Latex(LString &file, signed char fragile);
+       int Latex(string &file, signed char fragile);
        ///
-       int Linuxdoc(LString &file);
+       int Linuxdoc(string &file);
        ///
-       int DocBook(LString &file);
+       int DocBook(string &file);
        ///
        void Validate(LaTeXFeatures &) const;
        ///
@@ -109,7 +109,7 @@ public:
        ///
        int GetNumberOfLabels() const;
        ///
-       LString getLabel(int) const;
+       string getLabel(int) const;
    
 protected:
        void UpdateLocal();
@@ -119,7 +119,7 @@ protected:
 private:
        bool disp_flag;
        //char *label;
-       LString label;
+       string label;
 };