]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitemowner.hpp
Session: Renamed pv::SigSession to Session
[pulseview.git] / pv / view / rowitemowner.hpp
index 8c63aa565da3eb372df1a215a8a81d4db9784481..10d6e99ba3512bfc381f4d575fb3760e8aaa5b2d 100644 (file)
@@ -28,7 +28,7 @@
 
 namespace pv {
 
 
 namespace pv {
 
-class SigSession;
+class Session;
 
 namespace view {
 
 
 namespace view {
 
@@ -46,12 +46,12 @@ public:
        /**
         * Returns the session of the onwer.
         */
        /**
         * Returns the session of the onwer.
         */
-       virtual pv::SigSession& session() = 0;
+       virtual pv::Session& session() = 0;
 
        /**
         * Returns the session of the owner.
         */
 
        /**
         * Returns the session of the owner.
         */
-       virtual const pv::SigSession& session() const = 0;
+       virtual const pv::Session& session() const = 0;
 
        /**
         * Returns the view of the owner.
 
        /**
         * Returns the view of the owner.