X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetNote.cpp;h=02f47ba30e78075cc6385168b9ea902bdd778d5e;hb=ebc2b1295a0464dde6c20a09ddc249c463a21c79;hp=920ebd82b71a3be389bcc04ba430aa0fddeec4fa;hpb=b28ec44476d3f2c5858d06596ed5bd975012ec33;p=lyx.git diff --git a/src/insets/InsetNote.cpp b/src/insets/InsetNote.cpp index 920ebd82b7..02f47ba30e 100644 --- a/src/insets/InsetNote.cpp +++ b/src/insets/InsetNote.cpp @@ -116,6 +116,12 @@ docstring InsetNote::layoutName() const } +Inset::DisplayType InsetNote::display() const +{ + return Inline; +} + + void InsetNote::write(ostream & os) const { params_.write(os);