]> sigrok.org Git - pulseview.git/blobdiff - pv/view/decodetrace.hpp
Renamed pv::binding::DeviceOptions and DecoderOptions to Device and Decoder
[pulseview.git] / pv / view / decodetrace.hpp
index 863fb35e922baff17efb7aa39fcea275e26a92fe..ada01db70548d34f641fb60ed0190a9b908427f9 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <QSignalMapper>
 
-#include <pv/binding/decoderoptions.hpp>
+#include <pv/binding/decoder.hpp>
 #include <pv/data/decode/row.hpp>
 
 struct srd_channel;
@@ -191,7 +191,7 @@ private:
 
        uint64_t decode_start_, decode_end_;
 
-       std::list< std::shared_ptr<pv::binding::DecoderOptions> >
+       std::list< std::shared_ptr<pv::binding::Decoder> >
                bindings_;
 
        std::list<ChannelSelector> channel_selectors_;