X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetert.h;h=d49fae2742d4be2dfbe36b0cbd73776c825b64a5;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=cea113cb60e7181c110568628e3cee8fe809c103;hpb=b3e20a15e74bc3a419ed6d01e49dccc11192b205;p=lyx.git diff --git a/src/insets/insetert.h b/src/insets/insetert.h index cea113cb60..d49fae2742 100644 --- a/src/insets/insetert.h +++ b/src/insets/insetert.h @@ -36,14 +36,14 @@ public: /// Inset * Clone() const; /// - void Write(ostream &) const; - /// - const char * EditMessage() const { return _("Opened ERT Inset");} + char const * EditMessage() const; /// bool InsertInset(BufferView *, Inset *); /// void SetFont(BufferView *, LyXFont const &, bool toggleall = false); /// + void Edit(BufferView *, int, int, unsigned int); + /// }; #endif