]> sigrok.org Git - pulseview.git/blobdiff - pv/view/tracegroup.hpp
Session: Renamed pv::SigSession to Session
[pulseview.git] / pv / view / tracegroup.hpp
index 960a15d9a23105bd314ae090bee1bc680792c816..f89ea437f33c8026ad1ab9898055bf145b9867d8 100644 (file)
@@ -51,12 +51,12 @@ public:
        /**
         * Returns the session of the onwer.
         */
-       pv::SigSession& session();
+       pv::Session& session();
 
        /**
         * Returns the session of the onwer.
         */
-       const pv::SigSession& session() const;
+       const pv::Session& session() const;
 
        /**
         * Returns the view of the owner.