]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_sqrtinset.h
cosmetics
[features.git] / src / mathed / math_sqrtinset.h
index 18019df49def899c25f0d99e49e0fbd113d7b2a7..19c06e34a2aa63bf9debd5c6df3e8d2e2ff77f59 100644 (file)
@@ -20,10 +20,10 @@ public:
        ///
        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 Metrics(MathStyles st);
+       void metrics(MathStyles st);
 };
 #endif