diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-12-21 20:08:58 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-12-21 20:08:58 +0100 |
commit | 7be6121103ed6e0c9b631a0eb3cc0b120ee4a08d (patch) | |
tree | b125f0646f7fbf1569ffa9fa6c47e821a9211fb9 /src/fig/FIG0.h | |
parent | 3b9d8ff94ef74773a58494edade626e94e7af2ad (diff) | |
download | dabmux-7be6121103ed6e0c9b631a0eb3cc0b120ee4a08d.tar.gz dabmux-7be6121103ed6e0c9b631a0eb3cc0b120ee4a08d.tar.bz2 dabmux-7be6121103ed6e0c9b631a0eb3cc0b120ee4a08d.zip |
Add component carousel to FIG0/3
Diffstat (limited to 'src/fig/FIG0.h')
-rw-r--r-- | src/fig/FIG0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fig/FIG0.h b/src/fig/FIG0.h index 2dc6483..87872eb 100644 --- a/src/fig/FIG0.h +++ b/src/fig/FIG0.h @@ -102,6 +102,8 @@ class FIG0_3 : public IFIG private: FIGRuntimeInformation *m_rti; + bool m_initialised; + std::vector<DabComponent*>::iterator componentFIG0_3; }; // FIG type 0/8 |