]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.h
further code uglification to make Jean-Marc's compiler happy
[lyx.git] / src / mathed / math_spaceinset.h
index b6c0f525c173f9e2401d008d0f731c1f44f6434d..b8afcb568bcd19d84f54ab8f08d7cda465d151ee 100644 (file)
@@ -17,13 +17,13 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int, int);
+       void draw(Painter &, int x, int y) const;
        ///
        void write(std::ostream &, bool fragile) const;
        ///
        void writeNormal(std::ostream &) const;
        ///
-       void metrics(MathStyles st);
+       void metrics(MathStyles st) const;
        ///
        bool isSpaceInset() const { return true; }
        ///