]> git.lyx.org Git - features.git/blobdiff - src/insets/figinset.h
All changes I made to have text-insets working. Look at the Changelog
[features.git] / src / insets / figinset.h
index 10e0c19205fdd40599dc4e5f522957725a09f1cb..1ee86e042ac3c23946b9419725a1395b35985ecd 100644 (file)
@@ -49,9 +49,9 @@ public:
        void Validate(LaTeXFeatures & features) const;
 
        /// what appears in the minibuffer when opening
-       char const * EditMessage() const { return _("Opened figure"); }
+       const char * EditMessage() const { return _("Opened figure"); }
        ///
-       void Edit(BufferView *, int, int);
+       void Edit(BufferView *, int, int, unsigned int);
        ///
        unsigned char Editable() const;
        ///