]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macroarg.h
cosmetics
[features.git] / src / mathed / math_macroarg.h
index 594b7100e4ef3b70d3f79e26c89896794b832816..0e2f7aa70ec5cbbf6fe586512fd8113dd8d33e36 100644 (file)
@@ -18,13 +18,13 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void Metrics(MathStyles st);
+       void metrics(MathStyles st);
        ///
        void draw(Painter &, int x, int baseline);
        ///
-       void Write(std::ostream &, bool fragile) const;
+       void write(std::ostream &, bool fragile) const;
        ///
-       void WriteNormal(std::ostream &) const;
+       void writeNormal(std::ostream &) const;
        ///
        void substitute(MathArray & array, MathMacro const & macro) const;