]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Fix bug #12795
[lyx.git] / src / insets / InsetSpace.h
index 5cf7aa7303d2458065d7a8e8eec03cc1a6e2ff1b..0b1bd7bfe513c9364ce64d3c34ac2da1f6fc7011 100644 (file)
@@ -115,7 +115,7 @@ public:
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const override;
        /// unprotected spaces allow line breaking after them
-       RowFlags rowFlags() const override;
+       int rowFlags() const override;
        ///
        void metrics(MetricsInfo &, Dimension &) const override;
        ///
@@ -136,6 +136,8 @@ public:
        ///
        void validate(LaTeXFeatures & features) const override;
        ///
+       bool hasToString() const override { return true; }
+       ///
        void toString(odocstream &) const override;
        ///
        void forOutliner(docstring &, size_t const, bool const) const override;