]> git.lyx.org Git - lyx.git/blobdiff - src/insets/updatableinset.h
the convert patch
[lyx.git] / src / insets / updatableinset.h
index 1bc7253025fd145e4f00539533cee6cbb2f76642..e2a5972ffecb7add953f0c17bcdccb3bce2fb963 100644 (file)
@@ -40,7 +40,7 @@ protected:
        ///  An updatable inset could handle lyx editing commands
        virtual void doDispatch(LCursor & cur, FuncRequest & cmd);
        /// scrolls to absolute position in bufferview-workwidth * sx units
-       void scroll(BufferView &, float sx) const;
+       void scroll(BufferView &, double sx) const;
        /// scrolls offset pixels
        void scroll(BufferView &, int offset) const;
 };