diff options
Diffstat (limited to 'slideshow/source/inc/animatedsprite.hxx')
-rw-r--r-- | slideshow/source/inc/animatedsprite.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/inc/animatedsprite.hxx b/slideshow/source/inc/animatedsprite.hxx index 8e9520296c57..a5980dab1787 100644 --- a/slideshow/source/inc/animatedsprite.hxx +++ b/slideshow/source/inc/animatedsprite.hxx @@ -30,7 +30,7 @@ #include "viewlayer.hxx" #include <boost/optional.hpp> -#include <boost/shared_ptr.hpp> +#include <memory> #include <boost/noncopyable.hpp> @@ -154,7 +154,7 @@ namespace slideshow bool mbSpriteVisible; }; - typedef ::boost::shared_ptr< AnimatedSprite > AnimatedSpriteSharedPtr; + typedef ::std::shared_ptr< AnimatedSprite > AnimatedSpriteSharedPtr; } } |