]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetListings.h
Separate caption and label from InsetListingsParams and handle them separately in...
[features.git] / src / insets / InsetListings.h
index 1d02c7cd4fe6136421c6a78ec28c904f0620d0ae..6bbca9d5fd86e040603ffbe89dbefcf60a426f0d 100644 (file)
@@ -67,6 +67,8 @@ private:
        ///
        void setButtonLabel();
        ///
+       docstring getCaption(Buffer const &, OutputParams const &) const;
+       ///
        InsetListingsParams params_;
 };