X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fcursor.h;h=16e8298b8df4a8a0c98ad038dd78a90cb37043f7;hb=0dda6fe595932b2e340930104fad8ac4fc574895;hp=89ea1e715e3f1a0c83dc4b2de32056cd32f98bfa;hpb=58864c5c5dffac4254f199356aaeb5eabd608630;p=pulseview.git diff --git a/pv/view/cursor.h b/pv/view/cursor.h index 89ea1e71..16e8298b 100644 --- a/pv/view/cursor.h +++ b/pv/view/cursor.h @@ -23,7 +23,7 @@ #include "timemarker.h" -#include +#include #include @@ -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: /** @@ -74,7 +74,7 @@ public: private: void compute_text_size(QPainter &p, unsigned int prefix); - boost::shared_ptr get_other_cursor() const; + std::shared_ptr get_other_cursor() const; private: QSizeF _text_size;