]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetSpace.h
Get rid of spelling and language marks in info inset
[features.git] / src / insets / InsetSpace.h
index 1d200764a4caf866014e91f6b8c70d7ab3c41d76..e401d6d9ae7586624cfbd1abe910d239a8aa519b 100644 (file)
@@ -99,7 +99,7 @@ public:
        ///
        InsetSpace() : Inset(0) {}
        ///
-       explicit InsetSpace(InsetSpaceParams const & par);
+       explicit InsetSpace(InsetSpaceParams const & params);
        ///
        InsetSpaceParams const & params() const { return params_; }
        ///
@@ -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;
        ///