]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
Show properly on screen "indented" maths.
[features.git] / src / insets / Inset.h
index 3d93904fdb3b07ffc9a7f4b28f030f2597f79d0f..9ba894513c8034f31e34c03d34c209bfb4c1af15 100644 (file)
@@ -460,6 +460,8 @@ public:
 
        /// should we have a non-filled line before this inset?
        virtual DisplayType display() const { return Inline; }
+       /// indentation before this inset (only needed for displayed hull insets with fleqn option)
+       virtual int indent(BufferView const &) const { return 0; }
        ///
        virtual LyXAlignment contentAlignment() const { return LYX_ALIGN_NONE; }
        /// should we break lines after this inset?