]> sigrok.org Git - pulseview.git/blobdiff - pv/view/cursorpair.h
Made TimeMarker::_view a non-const reference
[pulseview.git] / pv / view / cursorpair.h
index 2e70f7da92b9dca7dec6770713624aefa8cf8b8c..815276e24c0ca997faf2af5e780da632cb6108eb 100644 (file)
@@ -42,7 +42,7 @@ public:
         * Constructor.
         * @param view A reference to the view that owns this cursor pair.
         */
         * Constructor.
         * @param view A reference to the view that owns this cursor pair.
         */
-       CursorPair(const View &view);
+       CursorPair(View &view);
 
        /**
         * Returns a pointer to the first cursor.
 
        /**
         * Returns a pointer to the first cursor.