]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.h
The markDirty() and fitCursor() changes
[lyx.git] / src / insets / inseterror.h
index e24aa22bd2b8eb5d383b979b960d56a69e256659..84581860955f03726e4d10a721f85c014e59e322 100644 (file)
@@ -29,13 +29,15 @@ public:
        ///
        ~InsetError();
        ///
+       virtual dispatch_result localDispatch(FuncRequest const & cmd);
+       ///
        int ascent(BufferView *, LyXFont const &) const;
        ///
        int descent(BufferView *, LyXFont const &) const;
        ///
        int width(BufferView *, LyXFont const &) const;
        ///
-       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       void draw(BufferView *, LyXFont const &, int, float &) const;
        ///
        void write(Buffer const *, std::ostream &) const {}
        ///