X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fcursor.hpp;h=e78920e2c3e8df29572fb1d7cd6e62e5b9033e97;hb=64a21e782d6c9081f13f8398e6408c13648d1d14;hp=79a0c7f87167441df62456d1666a883afe3df694;hpb=efdec55aec1a137460fa362a381ed1904182bfed;p=pulseview.git diff --git a/pv/view/cursor.hpp b/pv/view/cursor.hpp index 79a0c7f8..e78920e2 100644 --- a/pv/view/cursor.hpp +++ b/pv/view/cursor.hpp @@ -26,6 +26,8 @@ #include +using std::shared_ptr; + class QPainter; namespace pv { @@ -66,7 +68,7 @@ public: QRectF label_rect(const QRectF &rect) const; private: - std::shared_ptr get_other_cursor() const; + shared_ptr get_other_cursor() const; }; } // namespace TraceView