]> sigrok.org Git - pulseview.git/blobdiff - pv/view/cursor.h
Replaced boost::shared_ptr with std::shared_ptr
[pulseview.git] / pv / view / cursor.h
index 290365e8ff3e28f9a5ee9b00f4237d8785b29130..16e8298b8df4a8a0c98ad038dd78a90cb37043f7 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "timemarker.h"
 
-#include <boost/shared_ptr.hpp>
+#include <memory>
 
 #include <QSizeF>
 
@@ -74,7 +74,7 @@ public:
 private:
        void compute_text_size(QPainter &p, unsigned int prefix);
 
-       boost::shared_ptr<Cursor> get_other_cursor() const;
+       std::shared_ptr<Cursor> get_other_cursor() const;
 
 private:
        QSizeF _text_size;