diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 15:06:25 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 15:06:25 +0200 |
commit | 02a16fd582e5aa82ddb070c02bf3d7a269685e27 (patch) | |
tree | b6f061b494af3b0165a4f32cfd4bd79cb56f6d69 /src/fig/FIGCarousel.h | |
parent | 2773aecdea641ca8a0b362085eba3dc5273e0fa6 (diff) | |
download | dabmux-02a16fd582e5aa82ddb070c02bf3d7a269685e27.tar.gz dabmux-02a16fd582e5aa82ddb070c02bf3d7a269685e27.tar.bz2 dabmux-02a16fd582e5aa82ddb070c02bf3d7a269685e27.zip |
Add FIG1/1
Diffstat (limited to 'src/fig/FIGCarousel.h')
-rw-r--r-- | src/fig/FIGCarousel.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index d43e33e..295c2cb 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -74,12 +74,15 @@ class FIGCarousel { FIG0_3 m_fig0_3; FIG0_17 m_fig0_17; - // FIG 1 figs + // FIB 1 figs FIG0_8 m_fig0_8; FIG1_0 m_fig1_0; FIG0_13 m_fig0_13; FIG0_10 m_fig0_10; FIG0_9 m_fig0_9; + + // FIB 2 figs + FIG1_1 m_fig1_1; }; } // namespace FIC |