]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.C
change a lot of methods to begin with small char
[lyx.git] / src / mathed / math_dotsinset.C
index c278db281c126cc8e354a05e0bc96429b52f1f9a..20964b3d0a05de367fe930cf64909caec3fc5f33 100644 (file)
@@ -16,7 +16,7 @@ MathDotsInset::MathDotsInset(string const & name, int id)
 {}
 
 
-MathInset * MathDotsInset::Clone() const
+MathInset * MathDotsInset::clone() const
 {
        return new MathDotsInset(*this);
 }