]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_spaceinset.h
cosmetics
[features.git] / src / mathed / math_spaceinset.h
index 8edbdc198377745cac0c8803a0572eb1d94e1b17..10c72e3ff1681c72ee3d0506b90a8666b354605f 100644 (file)
@@ -19,11 +19,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);
        ///
        bool isSpaceInset() const { return true; }
        ///