diff options
Diffstat (limited to 'src/fig/FIGCarousel.h')
-rw-r--r-- | src/fig/FIGCarousel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index 4e91009..acf53c1 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -36,6 +36,8 @@ #include <boost/shared_ptr.hpp> #include "MuxElements.h" +namespace FIC { + struct FIGCarouselElement { IFIG* fig; int deadline; // unit: ms @@ -71,5 +73,7 @@ class FIGCarousel { FIG0_17 m_fig0_17; }; +} // namespace FIC + #endif // __FIG_CAROUSEL_H_ |