diff options
Diffstat (limited to 'src/fig/FIGCarousel.h')
-rw-r--r-- | src/fig/FIGCarousel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index e8f3b81..5f90c98 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -51,7 +51,7 @@ class FIGCarousel { public: FIGCarousel(boost::shared_ptr<dabEnsemble> ensemble); - void set_currentFrame(unsigned long currentFrame); + void update(unsigned long currentFrame, time_t dabTime); void allocate_fig_to_fib(int figtype, int extension, int fib); |