]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.h
BUG 3598: display framed and shaded notes in a separate paragraph, require package...
[lyx.git] / src / insets / InsetListings.h
index 6bbca9d5fd86e040603ffbe89dbefcf60a426f0d..a3ae371a8edb5669f26cbd3d179dc5db04a8fe20 100644 (file)
@@ -33,7 +33,7 @@ public:
        ///
        Inset::Code lyxCode() const { return Inset::LISTINGS_CODE; }
        /// lstinline is inlined, normal listing is displayed
-       virtual bool display() const;
+       virtual DisplayType display() const;
        ///
        docstring name() const { return from_ascii("Listings"); }
        ///