]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
Choose a delimiter for lstinline (braces can not be used for some listings version)
[lyx.git] / src / insets / InsetNote.h
index e2d2ac31d3df9b784f29644fb8e3c0639652d45a..97cd5d4256a78f941c266b385302a7d38f2125b8 100644 (file)
@@ -53,6 +53,8 @@ public:
        Inset::Code lyxCode() const { return Inset::NOTE_CODE; }
        ///
        docstring name() const { return from_ascii("Note"); }
+       /// framed and shaded notes are displayed
+       virtual DisplayType display() const;
        ///
        void write(Buffer const &, std::ostream &) const;
        ///