summaryrefslogtreecommitdiffstats
path: root/src/fig/FIGCarousel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fig/FIGCarousel.h')
-rw-r--r--src/fig/FIGCarousel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h
index bb6b546..738a302 100644
--- a/src/fig/FIGCarousel.h
+++ b/src/fig/FIGCarousel.h
@@ -34,7 +34,7 @@
#include "fig/FIG1.h"
#include <list>
#include <map>
-#include <boost/shared_ptr.hpp>
+#include <memory>
#include "MuxElements.h"
namespace FIC {
@@ -58,7 +58,7 @@ enum class FIBAllocation {
class FIGCarousel {
public:
- FIGCarousel(boost::shared_ptr<dabEnsemble> ensemble);
+ FIGCarousel(std::shared_ptr<dabEnsemble> ensemble);
void update(unsigned long currentFrame, time_t dabTime);