X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.h;h=9c960e589972c1dd9492da78984992660ca79b86;hb=c1b2865ea8b10c4b41360b2fd1974a8bebaa0dea;hp=073f2692565da5db9f0024d74ae4f5cb9581c48e;hpb=1c5fb7593d34daeca31148eb48de4ff7a0c6aa05;p=pulseview.git diff --git a/pv/data/decoderstack.h b/pv/data/decoderstack.h index 073f269..9c960e5 100644 --- a/pv/data/decoderstack.h +++ b/pv/data/decoderstack.h @@ -109,7 +109,7 @@ private: void decode_data(const int64_t sample_count, const unsigned int unit_size, srd_session *const session); - void decode_proc(boost::shared_ptr data); + void decode_proc(); static void annotation_callback(srd_proto_data *pdata, void *decoder);