diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-30 10:44:16 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-30 10:44:16 +0100 |
commit | b6d657f3cdb1636632254cd567be12e46881edb6 (patch) | |
tree | 88ee04a0237c537c58b73b075fbb1ea177dfa198 /src/fig/FIGCarousel.h | |
parent | 4acf7a34c202293884739b40af699943d7e8e9d9 (diff) | |
download | dabmux-b6d657f3cdb1636632254cd567be12e46881edb6.tar.gz dabmux-b6d657f3cdb1636632254cd567be12e46881edb6.tar.bz2 dabmux-b6d657f3cdb1636632254cd567be12e46881edb6.zip |
Fix FIG2 data service and component labels
Diffstat (limited to 'src/fig/FIGCarousel.h')
-rw-r--r-- | src/fig/FIGCarousel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index 9797554..a07a855 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -112,7 +112,8 @@ class FIGCarousel { FIG0_21 m_fig0_21; FIG0_24 m_fig0_24; FIG2_0 m_fig2_0; - FIG2_1 m_fig2_1; + FIG2_1_and_5 m_fig2_1; + FIG2_1_and_5 m_fig2_5; FIG2_4 m_fig2_4; }; |