]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_funcinset.C
Small bugfixes and cosmetic changes
[features.git] / src / mathed / math_funcinset.C
index 8af9361d01022e49d5d16715b8639022b72d576f..22ba8210899ba98db12e94fd3ead0089fecd9ccc 100644 (file)
@@ -18,7 +18,7 @@ extern LyXFont WhichFont(short type, int size);
 
 
 MathFuncInset::MathFuncInset(string const & nm, MathInsetTypes ot)
-       : MathInset(nm, ot)
+       : MathInset(0, nm, ot)
 {
        lims_ = (GetType() == LM_OT_FUNCLIM);
 }