]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetCaption.h
index be0d163041ef43504aab31f3135d90d7d6664476..2b0af0dd0829d96b3ca3a519e60b66603da9f84f 100644 (file)
@@ -38,7 +38,7 @@ private:
        ///
        void write(std::ostream & os) const;
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        bool neverIndent() const { return true; }
        ///