X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSpace.h;h=83a9c59f45b1d57f9c538c8fe16b9a6ccf23749e;hb=981e958b9d63930c83b1adced65b75b3d857ac97;hp=8f633fffa837aae31ec5a9d0ab0261b05a2cac98;hpb=da260795787e692efc083ef361fc5aa1e136d79a;p=lyx.git diff --git a/src/mathed/InsetMathSpace.h b/src/mathed/InsetMathSpace.h index 8f633fffa8..83a9c59f45 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; + docstring contextMenuName() const; /// bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const; ///