X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.h;h=2bedb5e9336b45518dd54514b6a3062945667d57;hp=be779c00ef18a2da86303f4b39759dd969a12ce2;hb=b42d25c43e52c900cbdd3e5cde0282961b8721e7;hpb=140181a46034cf65739ba4bf0bf1260ab94ac736 diff --git a/pv/view/cursor.h b/pv/view/cursor.h index be779c0..2bedb5e 100644 --- a/pv/view/cursor.h +++ b/pv/view/cursor.h @@ -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);