X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFootlike.cpp;h=2f6b8f5b6d6556b51bb7366d019f163cfec24582;hb=b81c90adeef28a836d9786671849401b747e350b;hp=e64287550d89ce09e917f2abf3e98681683425de;hpb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;p=lyx.git diff --git a/src/insets/InsetFootlike.cpp b/src/insets/InsetFootlike.cpp index e64287550d..2f6b8f5b6d 100644 --- a/src/insets/InsetFootlike.cpp +++ b/src/insets/InsetFootlike.cpp @@ -15,9 +15,7 @@ #include "Buffer.h" #include "BufferView.h" #include "BufferParams.h" -#include "Color.h" #include "MetricsInfo.h" -#include "Paragraph.h" namespace lyx { @@ -67,7 +65,7 @@ void InsetFootlike::draw(PainterInfo & pi, int x, int y) const void InsetFootlike::write(Buffer const & buf, std::ostream & os) const { - os << to_utf8(insetName()) << "\n"; + os << to_utf8(name()) << "\n"; InsetCollapsable::write(buf, os); }