]> sigrok.org Git - pulseview.git/blobdiff - pv/view/cursor.h
Replaced std::pair<Cursor, Cursor> with CursorPair
[pulseview.git] / pv / view / cursor.h
index be779c00ef18a2da86303f4b39759dd969a12ce2..2bedb5e9336b45518dd54514b6a3062945667d57 100644 (file)
@@ -48,7 +48,7 @@ private:
 public:
        /**
         * Constructor.
-        * @param colour A reference to the colour of this cursor.
+        * @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);