]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_funcinset.h
cosmetics
[features.git] / src / mathed / math_funcinset.h
index 5c7dcf0c1e817a625ec8919256548ec3c5daa810..e054574781917ff5f83986812baa56d4567d68e1 100644 (file)
@@ -21,11 +21,11 @@ public:
        ///
        void draw(Painter &, int, int);
        ///
-       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 Metrics(MathStyles st);
+       void metrics(MathStyles st);
 private:
        ///
        bool lims_;