]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_deliminset.C
Small bugfixes and cosmetic changes
[features.git] / src / mathed / math_deliminset.C
index cb4788e9badf54ac06f9d246262ef27e94b9ccac..bea47553368dd309ea97e9aaf205fa6935b4cc4f 100644 (file)
@@ -13,7 +13,7 @@
 
 
 MathDelimInset::MathDelimInset(int l, int r)
-       : MathInset("", LM_OT_DELIM, 1), left_(l), right_(r)
+       : MathInset(1), left_(l), right_(r)
 {}