]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.h
Revert part of 503c7c16: InsetMathNest:edit resets anchor.
[features.git] / src / mathed / InsetMathHull.h
index 0b865be878df452d5651e4e980f79432c3c56827..b0191886e4fb2241523f6cc9c45f3b250f0110e7 100644 (file)
@@ -288,7 +288,7 @@ public:
        ///
        Inset * editXY(Cursor & cur, int x, int y) override;
        ///
-       RowFlags rowFlags() const override;
+       int rowFlags() const override;
        /// helper function
        bool display() const { return rowFlags() & Display; }