]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_sizeinset.C
Small bugfixes and cosmetic changes
[features.git] / src / mathed / math_sizeinset.C
index 762632da333115ccdd8d0df05b233009ef887205..707248a13178585148b4d0d83ddd470bcdf24b73 100644 (file)
@@ -9,7 +9,7 @@
 
 
 MathSizeInset::MathSizeInset(MathStyles st)
-       : MathInset("", LM_OT_SIMPLE, 1), style_(st)
+       : MathInset(1), style_(st)
 {
        name_ = verbose();
 }