]> git.lyx.org Git - features.git/blobdiff - src/mathed/formula.h
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[features.git] / src / mathed / formula.h
index e040f55534ef8be69a324b2d826118a1c53f5984..05435250dc0edf5c60f5d60684c4677226454c39 100644 (file)
@@ -59,7 +59,7 @@ public:
        ///
        void Validate(LaTeXFeatures &) const;
        ///
-       Inset * Clone();
+       InsetFormula * Clone() const;
        ///
        Inset::Code LyxCode() const { return Inset::MATH_CODE; }
        ///
@@ -74,9 +74,9 @@ public:
        ///
        void Edit(int x, int y);
        ///
-       bool Display() const { return (disp_flag) ? true: false; }
+       bool display() const { return (disp_flag) ? true: false; }
        ///
-       void SetDisplay(bool);
+       void display(bool);
        ///
        void ToggleInsetCursor();
        ///