]> git.lyx.org Git - features.git/blobdiff - src/mathed/array.h
cosmetics
[features.git] / src / mathed / array.h
index 16da85b7d33668d88eddf430c442d995bd9387db..5f1bf949abadee3b8b7627705c262f51c09c7256 100644 (file)
@@ -120,11 +120,11 @@ public:
        ///
        bool isInset(int pos) const;
        ///
-       void Write(std::ostream &, bool) const;
+       void write(std::ostream &, bool) const;
        ///
-       void WriteNormal(std::ostream &) const;
+       void writeNormal(std::ostream &) const;
        ///
-       void Validate(LaTeXFeatures &) const;
+       void validate(LaTeXFeatures &) const;
 private:
        ///
        typedef std::vector<unsigned char>           buffer_type;