]> git.lyx.org Git - features.git/blobdiff - src/insets/inseturl.h
All changes I made to have text-insets working. Look at the Changelog
[features.git] / src / insets / inseturl.h
index a16c00663476531e73dd864074e9e4ea5950c84f..c60de849fdec6c72fd01da338c5126dfe0af2cf7 100644 (file)
@@ -52,13 +52,13 @@ public:
        ///
        void Validate(LaTeXFeatures &) const;
        ///
-       void Edit(BufferView *, int, int);
+       void Edit(BufferView *, int, int, unsigned int);
        ///
        unsigned char Editable() const {
                return 1;
        }
        ///
-       char const * EditMessage() const {return _("Opened Url");}
+       const char * EditMessage() const {return _("Opened Url");}
         ///
        bool display() const { return false; }
        ///