X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.h;fp=pv%2Fview%2Ftimemarker.h;h=f12fa2965693b7d7580b3b8638c8c9174f5f8561;hb=8debe10dd47a5f519cd6e9069231f8e77c9c04e1;hp=8d8ae162e909c3738e628477fbdc327b77f59bc0;hpb=a55c544b0fefead0786633d6d7c2356002b192ae;p=pulseview.git diff --git a/pv/view/timemarker.h b/pv/view/timemarker.h index 8d8ae162..f12fa296 100644 --- a/pv/view/timemarker.h +++ b/pv/view/timemarker.h @@ -46,7 +46,7 @@ protected: * @param colour A reference to the colour of this cursor. * @param time The time to set the flag to. */ - TimeMarker(const View &view, const QColor &colour, double time); + TimeMarker(View &view, const QColor &colour, double time); public: /** @@ -92,7 +92,7 @@ signals: void time_changed(); protected: - const View &_view; + View &_view; const QColor &_colour; double _time;