]> sigrok.org Git - pulseview.git/blobdiff - pv/view/cursor.h
Made TimeMarker::_view a non-const reference
[pulseview.git] / pv / view / cursor.h
index 89ea1e715e3f1a0c83dc4b2de32056cd32f98bfa..290365e8ff3e28f9a5ee9b00f4237d8785b29130 100644 (file)
@@ -52,7 +52,7 @@ public:
         * @param view A reference to the view that owns this cursor pair.
         * @param time The time to set the flag to.
         */
-       Cursor(const View &view, double time);
+       Cursor(View &view, double time);
 
 public:
        /**