]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetListings.h
DocBook, InsetFloat: avoid a potential nullptr dereference when detecting the type...
[features.git] / src / insets / InsetListings.h
index 41be4394ceb9a8c9431946c11b993395e6dbdebc..9d4eeb1d449029bbffdb28b6cac1324101479fdc 100644 (file)
@@ -46,7 +46,7 @@ private:
        ///
        InsetCode lyxCode() const override { return LISTINGS_CODE; }
        /// lstinline is inlined, normal listing is displayed
-       RowFlags rowFlags() const override;
+       int rowFlags() const override;
        ///
        docstring layoutName() const override;
        ///