X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.h;h=16e8298b8df4a8a0c98ad038dd78a90cb37043f7;hp=290365e8ff3e28f9a5ee9b00f4237d8785b29130;hb=f9abf97e78bc4825d80926b0ebc6cbaef40768b1;hpb=d9aecf1fcd9af471db3b59de7efc65b9632a6d79 diff --git a/pv/view/cursor.h b/pv/view/cursor.h index 290365e..16e8298 100644 --- a/pv/view/cursor.h +++ b/pv/view/cursor.h @@ -23,7 +23,7 @@ #include "timemarker.h" -#include +#include #include @@ -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;