Move signal data to SignalBase and adjust view::AnalogSignal
[pulseview.git] / pv / session.hpp
index 4c6c73e37483e60f3b72ace3fd68b6a26befd8e0..96da72d39be2c908ab41b470a151e63ec1b73a61 100644 (file)
@@ -134,7 +134,7 @@ private:
 
        void update_signals();
 
-       std::shared_ptr<data::SignalBase> signal_from_channel(
+       std::shared_ptr<data::SignalBase> signalbase_from_channel(
                std::shared_ptr<sigrok::Channel> channel) const;
 
 private: