]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.h
Cosmetics.
[lyx.git] / src / insets / InsetListings.h
index 736d1822fb4bac6c8ce5883313df0224c5df26b8..13efb881d15ef15c05816fb578d720601a583615 100644 (file)
@@ -31,6 +31,8 @@ public:
        ///
        ~InsetListings();
        ///
+       bool isLabeled() const { return true; }
+       ///
        InsetCode lyxCode() const { return LISTINGS_CODE; }
        /// lstinline is inlined, normal listing is displayed
        DisplayType display() const;