]> git.lyx.org Git - features.git/blobdiff - src/insets/insetfoot.C
Various warnings fixed, added preliminary read of old table format and
[features.git] / src / insets / insetfoot.C
index 50f6af9a849ed9d3a094ead3b62193f8bab41b26..6900078dc45261a2e69c05ee3740c84cf166221f 100644 (file)
@@ -81,9 +81,9 @@ bool InsetFoot::InsertInsetAllowed(Inset * inset) const
     return true;
 }
 
-LyXFont InsetFoot::GetDrawFont(LyXParagraph * par, int pos) const
+LyXFont InsetFoot::GetDrawFont(LyXParagraph * p, int pos) const
 {
-    LyXFont fn = InsetCollapsable::GetDrawFont(par, pos);
+    LyXFont fn = InsetCollapsable::GetDrawFont(p, pos);
     fn.decSize();
     fn.decSize();
     return fn;