summaryrefslogtreecommitdiffstats
path: root/slideshow/source/inc/attributableshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/attributableshape.hxx')
-rw-r--r--slideshow/source/inc/attributableshape.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/inc/attributableshape.hxx b/slideshow/source/inc/attributableshape.hxx
index 55f683c8e8fe..4c250e67d14e 100644
--- a/slideshow/source/inc/attributableshape.hxx
+++ b/slideshow/source/inc/attributableshape.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SLIDESHOW_SOURCE_INC_ATTRIBUTABLESHAPE_HXX
#define INCLUDED_SLIDESHOW_SOURCE_INC_ATTRIBUTABLESHAPE_HXX
-#include <boost/shared_ptr.hpp>
+#include <memory>
#include "animatableshape.hxx"
#include "shapeattributelayer.hxx"
@@ -33,7 +33,7 @@ namespace slideshow
// forward declaration necessary, because methods use AttributableShapeSharedPtr
class AttributableShape;
- typedef ::boost::shared_ptr< AttributableShape > AttributableShapeSharedPtr;
+ typedef ::std::shared_ptr< AttributableShape > AttributableShapeSharedPtr;
/** Represents an animatable shape, that can have its
attributes changed.