]> git.lyx.org Git - features.git/blobdiff - src/insets/updatableinset.h
some selection work for tabulars
[features.git] / src / insets / updatableinset.h
index af9ec80b524dd3a446fadf4f8bf980ae006f7190..592028bc44c91e09f9aa44548d53302138270ab6 100644 (file)
@@ -27,7 +27,7 @@ public:
        virtual EDITABLE editable() const;
 
        /// return the cursor pos, relative to the inset pos
-       virtual void getCursorPos(int &, int &) const {}
+       virtual void getCursorPos(int, int &, int &) const {}
        /// return the cursor dim
        virtual void getCursorDim(int &, int &) const;
        // We need this method to not clobber the real method in Inset