X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fviews%2Ftabular_decoder%2Fview.hpp;h=461cc7cd2c460092e0aa436ea6851e6652311c34;hb=d656b01007629b239b51ab34e5a0219ef4f2595a;hp=a6bd9ea3c613d353b33afd1a93061a2008fbd57d;hpb=88a2597864920ecdbe66cf0cd4b8172bdabb2263;p=pulseview.git diff --git a/pv/views/tabular_decoder/view.hpp b/pv/views/tabular_decoder/view.hpp index a6bd9ea3..461cc7cd 100644 --- a/pv/views/tabular_decoder/view.hpp +++ b/pv/views/tabular_decoder/view.hpp @@ -63,6 +63,7 @@ public: private: vector header_data_; const deque* all_annotations_; + data::DecodeSignal* signal_; uint32_t prev_segment_; uint64_t prev_last_row_; bool theme_is_dark_;