]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Fix bug #12795
[lyx.git] / src / insets / InsetSpace.h
index e401d6d9ae7586624cfbd1abe910d239a8aa519b..0b1bd7bfe513c9364ce64d3c34ac2da1f6fc7011 100644 (file)
@@ -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;