X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fdecodetrace.cpp;h=f423b21ef9a009caa04202109882666e2b6d0fb4;hb=3cc9ad7b867853315473df611612c562d562ed8a;hp=be2dadf11a0023a5cc1bce1204b71ad1a7a43d8f;hpb=0ce3d18c04b989eeae55d5a82d133a2d154ad6c1;p=pulseview.git diff --git a/pv/view/decodetrace.cpp b/pv/view/decodetrace.cpp index be2dadf..f423b21 100644 --- a/pv/view/decodetrace.cpp +++ b/pv/view/decodetrace.cpp @@ -687,8 +687,8 @@ void DecodeTrace::create_decoder_form(int index, } // Add the options - shared_ptr binding( - new prop::binding::DecoderOptions(decoder_stack_, dec)); + shared_ptr binding( + new binding::Decoder(decoder_stack_, dec)); binding->add_properties_to_form(decoder_form, true); bindings_.push_back(binding);