From fc3e73d0730e032c6c8d49dd80ff8a3620674ebc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 15 Sep 2014 20:26:48 +0200 Subject: [PATCH] Replace ann_format with ann_class. The naming has been changed to "annotation class" a while ago. --- pv/data/decode/annotation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/data/decode/annotation.cpp b/pv/data/decode/annotation.cpp index f403b6e..1689585 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) { -- 2.30.2