]> sigrok.org Git - pulseview.git/blobdiff - pv/views/decoder_output/view.hpp
Allow more than 256 binary output classes
[pulseview.git] / pv / views / decoder_output / view.hpp
index 47abfe3dcd367e8dd4af5b707dd452a8c2bff5e0..23023efbe633d55bf3b326abcfc2af86a0f958d3 100644 (file)
@@ -81,9 +81,7 @@ private:
 
        data::DecodeSignal *signal_;
        const data::decode::Decoder *decoder_;
-       uint8_t bin_class_id_;
-
-       QByteArray *merged_data_;
+       uint32_t bin_class_id_;
 };
 
 } // namespace decoder_output