]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.C
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetfootlike.C
index e789f08f15b25215be7981f3d7322921153ec13a..ecf1dc1bd4ee9cdbb7160b39ce037197480b40e5 100644 (file)
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "insetfootlike.h"
 #include "lyxfont.h"
 #include "buffer.h"
@@ -35,8 +31,8 @@ InsetFootlike::InsetFootlike(BufferParams const & bp)
 }
 
 
-InsetFootlike::InsetFootlike(InsetFootlike const & in, bool same_id)
-       : InsetCollapsable(in, same_id)
+InsetFootlike::InsetFootlike(InsetFootlike const & in)
+       : InsetCollapsable(in)
 {
        LyXFont font(LyXFont::ALL_SANE);
        font.decSize();