]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Small fix.
[lyx.git] / src / BufferView_pimpl.h
index 7f9aae0b96dbb979280bd70f1fe023b556d51a7f..4358e20197396ac012b83a2343ebbfd79b25605d 100644 (file)
@@ -16,7 +16,11 @@ class LyXView;
 class WorkArea;
 class LyXScreen;
 
-struct BufferView::Pimpl : public SigC::Object {
+#ifdef SIGC_CXX_NAMESPACES
+using SigC::Object;
+#endif
+
+struct BufferView::Pimpl : public Object {
        Pimpl(BufferView * i, LyXView * o,
              int xpos, int ypos, int width, int height);
        ///
@@ -50,7 +54,7 @@ struct BufferView::Pimpl : public SigC::Object {
        ///
        void scrollCB(double value);
        ///
-       Inset * checkInsetHit(int & x, int & y, unsigned int button);
+       Inset * checkInsetHit(LyXText *, int & x, int & y, unsigned int button);
        /// 
        int scrollUp(long time);
        ///