]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macro.C
Small bugfixes and cosmetic changes
[features.git] / src / mathed / math_macro.C
index 44752e60d7d35dbf5c55a7962fb76c8d5deb034f..fae542145cdbb9bec142edc2d02912d6046bb422 100644 (file)
@@ -34,7 +34,7 @@
 using std::endl;
 
 MathMacro::MathMacro(MathMacroTemplate const & t)
-       : MathInset(t.name(), LM_OT_MACRO, t.numargs()), tmplate_(&t)
+       : MathInset(t.numargs(), t.name(), LM_OT_MACRO), tmplate_(&t)
 {}