]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_dotsinset.C
Small bugfixes and cosmetic changes
[features.git] / src / mathed / math_dotsinset.C
index 20964b3d0a05de367fe930cf64909caec3fc5f33..d173a3bb71e16ef4181f24f2452a97469e323901 100644 (file)
@@ -12,7 +12,7 @@ using std::ostream;
 
 
 MathDotsInset::MathDotsInset(string const & name, int id)
-       : MathInset(name, LM_OT_DOTS), code_(id)
+       : MathInset(0, name), code_(id)
 {}