]> 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 1d02c7cd4fe6136421c6a78ec28c904f0620d0ae..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"); }
        ///
@@ -67,6 +67,8 @@ private:
        ///
        void setButtonLabel();
        ///
+       docstring getCaption(Buffer const &, OutputParams const &) const;
+       ///
        InsetListingsParams params_;
 };