diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-04-20 05:22:08 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-04-20 05:22:08 +0200 |
commit | f6803b2375d1b21ed4cc035e268f8759d5170491 (patch) | |
tree | de666c74444fb024cbe0fc2907636febaf1d53b1 /src/fig/FIGCarousel.h | |
parent | 2a8e60cd761d1f3728c765d646135b2110eea576 (diff) | |
download | dabmux-f6803b2375d1b21ed4cc035e268f8759d5170491.tar.gz dabmux-f6803b2375d1b21ed4cc035e268f8759d5170491.tar.bz2 dabmux-f6803b2375d1b21ed4cc035e268f8759d5170491.zip |
WIP: Rework FIG0/21 definition and get FIC insertion to compile
Diffstat (limited to 'src/fig/FIGCarousel.h')
-rw-r--r-- | src/fig/FIGCarousel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index f52f266..ec1611d 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -101,6 +101,7 @@ class FIGCarousel { FIG1_5 m_fig1_5; FIG0_18 m_fig0_18; FIG0_19 m_fig0_19; + FIG0_21 m_fig0_21; }; } // namespace FIC |