]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.C
Small bugfixes and cosmetic changes
[features.git] / src / mathed / math_inset.C
index 8685048ebed3fd444fc42d1bb58d0fb960abfb6d..82760011adc9365ab6c70af77d0b46e1e46a7a7e 100644 (file)
@@ -30,7 +30,7 @@
 int MathInset::workwidth;
 
 
-MathInset::MathInset(string const & name, MathInsetTypes ot, int nargs)
+MathInset::MathInset(int nargs, string const & name, MathInsetTypes ot)
        : name_(name), objtype(ot), width_(0), ascent_(0), descent_(0),
                size_(LM_ST_DISPLAY), cells_(nargs), xo_(0), yo_(0)
 {}