]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.cpp
BUG 3598: display framed and shaded notes in a separate paragraph, require package...
[lyx.git] / src / insets / InsetFootlike.cpp
index e64287550d89ce09e917f2abf3e98681683425de..0caa4f2c3ff206421052c970071caff8283b05c7 100644 (file)
@@ -67,7 +67,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);
 }