]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_arrayinset.C
change a lot of methods to begin with small char
[features.git] / src / mathed / math_arrayinset.C
index 1c5f67eb2cb7a45218bf80cd5e5656b56119d1c2..9a8b6adf904ce0f767a64fc91570ae4fd5da9afd 100644 (file)
@@ -15,7 +15,7 @@ MathArrayInset::MathArrayInset(int m, int n)
 {}
 
 
-MathInset * MathArrayInset::Clone() const
+MathInset * MathArrayInset::clone() const
 {
        return new MathArrayInset(*this);
 }