]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.h
Clarify that the Dialog::lyxview_ pointer is in fact a reference
[lyx.git] / src / insets / InsetListings.h
index 0782d68ec7c2f6f5b42d6f7d547b32accf88ec28..84acbb93db75e8c968651bb558523855347fca13 100644 (file)
@@ -25,8 +25,8 @@ class LaTeXFeatures;
 //
 /////////////////////////////////////////////////////////////////////////
 
-/// A collapsable text inset for program listings.
-class InsetListings : public InsetCollapsable
+/// A captionable and collapsable text inset for program listings.
+class InsetListings : public InsetCaptionable
 {
 public:
        ///
@@ -48,8 +48,6 @@ private:
        DisplayType display() const;
        ///
        docstring layoutName() const { return from_ascii("Listings"); }
-       // Update the counters of this inset and of its contents
-       void updateBuffer(ParIterator const &, UpdateType);
        ///
        void write(std::ostream & os) const;
        ///