]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macrotemplate.C
split super/subscript handling in new base class MathUpDownInset and
[features.git] / src / mathed / math_macrotemplate.C
index 5277073473168a29dde36a29b321ee3714580363..e3846aa0ca08d304328d193c67191a1a743000e3 100644 (file)
@@ -51,7 +51,7 @@ void MathMacroTemplate::Write(std::ostream & os, bool fragile) const
 }
 
 
-void MathMacroTemplate::Metrics(MathStyles st)
+void MathMacroTemplate::Metrics(MathStyles st, int, int)
 {
        xcell(0).Metrics(st);
        size_    = st;