]> sigrok.org Git - pulseview.git/blobdiff - pv/popups/deviceoptions.h
Replaced boost::shared_ptr with std::shared_ptr
[pulseview.git] / pv / popups / deviceoptions.h
index 945959b24eb7372c52c41c0b904b3cf18d3b9497..deedf587854c5af7570643c1892af4d93a65bf80 100644 (file)
@@ -35,13 +35,13 @@ class DeviceOptions : public pv::widgets::Popup
        Q_OBJECT
 
 public:
-       DeviceOptions(boost::shared_ptr<device::DevInst> dev_inst,
+       DeviceOptions(std::shared_ptr<device::DevInst> dev_inst,
                QWidget *parent);
 
        pv::prop::binding::DeviceOptions& binding();
 
 private:
-       boost::shared_ptr<device::DevInst> _dev_inst;
+       std::shared_ptr<device::DevInst> _dev_inst;
 
        QVBoxLayout _layout;