]> sigrok.org Git - pulseview.git/commitdiff
Replace ann_format with ann_class.
authorUwe Hermann <redacted>
Mon, 15 Sep 2014 18:26:48 +0000 (20:26 +0200)
committerUwe Hermann <redacted>
Mon, 15 Sep 2014 18:37:54 +0000 (20:37 +0200)
The naming has been changed to "annotation class" a while ago.

pv/data/decode/annotation.cpp

index f403b6e9dfb3d532a978dc48f8be146647d4dd82..16895851a2c4401432a3e028ef658f94118b363e 100644 (file)
@@ -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) {