Moved pv::prop:bindings classes into pv::bindings namespace
[pulseview.git] / pv / view / decodetrace.hpp
index 968ebf9569672a92e76640bc7a88039603a235ee..863fb35e922baff17efb7aa39fcea275e26a92fe 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <QSignalMapper>
 
-#include <pv/prop/binding/decoderoptions.hpp>
+#include <pv/binding/decoderoptions.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::prop::binding::DecoderOptions> >
+       std::list< std::shared_ptr<pv::binding::DecoderOptions> >
                bindings_;
 
        std::list<ChannelSelector> channel_selectors_;