]> sigrok.org Git - pulseview.git/blobdiff - pv/sigsession.h
SigSession: Renamed get_device to device
[pulseview.git] / pv / sigsession.h
index a624d1d216aaf6e0e280cfde4bf514a61ee118c4..55da3735cbdb574df7576aaaf9d7f1691eb0313c 100644 (file)
@@ -79,7 +79,7 @@ public:
 
        ~SigSession();
 
-       std::shared_ptr<sigrok::Device> get_device() const;
+       std::shared_ptr<sigrok::Device> device() const;
 
        /**
         * Sets device instance that will be used in the next capture session.