X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSpace.h;h=4f16f1640bf5b38b949c2a6c5c4f3e2d294e4c88;hb=ecbd047cffa1c4af95cf4ab91a7d2fded4a5584c;hp=8f633fffa837aae31ec5a9d0ab0261b05a2cac98;hpb=da260795787e692efc083ef361fc5aa1e136d79a;p=lyx.git diff --git a/src/mathed/InsetMathSpace.h b/src/mathed/InsetMathSpace.h index 8f633fffa8..4f16f1640b 100644 --- a/src/mathed/InsetMathSpace.h +++ b/src/mathed/InsetMathSpace.h @@ -28,7 +28,7 @@ public: /// explicit InsetMathSpace(std::string const & name, std::string const & length); /// - explicit InsetMathSpace(Length const & length); + explicit InsetMathSpace(Length const & length, bool const prot = false); /// InsetMathSpace const * asSpaceInset() const { return this; } /// @@ -61,7 +61,7 @@ public: /// bool hasSettings() const { return true; } /// - docstring contextMenu(BufferView const &, int, int) const; + std::string contextMenuName() const; /// bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const; ///