From: Uwe Hermann Date: Mon, 15 Sep 2014 18:26:48 +0000 (+0200) Subject: Replace ann_format with ann_class. X-Git-Tag: pulseview-0.3.0~543 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=fc3e73d0730e032c6c8d49dd80ff8a3620674ebc Replace ann_format with ann_class. The naming has been changed to "annotation class" a while ago. --- diff --git a/pv/data/decode/annotation.cpp b/pv/data/decode/annotation.cpp index f403b6e9..16895851 100644 --- a/pv/data/decode/annotation.cpp +++ b/pv/data/decode/annotation.cpp @@ -40,7 +40,7 @@ Annotation::Annotation(const srd_proto_data *const pdata) : (const srd_proto_data_annotation*)pdata->data; assert(pda); - _format = pda->ann_format; + _format = pda->ann_class; const char *const *annotations = (char**)pda->ann_text; while(*annotations) {