summaryrefslogtreecommitdiffstats
path: root/slideshow/source/inc/animationeventhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/animationeventhandler.hxx')
-rw-r--r--slideshow/source/inc/animationeventhandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/inc/animationeventhandler.hxx b/slideshow/source/inc/animationeventhandler.hxx
index 7a7489487d24..2d955e6b63cd 100644
--- a/slideshow/source/inc/animationeventhandler.hxx
+++ b/slideshow/source/inc/animationeventhandler.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SLIDESHOW_SOURCE_INC_ANIMATIONEVENTHANDLER_HXX
#define INCLUDED_SLIDESHOW_SOURCE_INC_ANIMATIONEVENTHANDLER_HXX
-#include <boost/shared_ptr.hpp>
+#include <memory>
#include "animationnode.hxx"
@@ -55,7 +55,7 @@ namespace slideshow
virtual bool handleAnimationEvent( const AnimationNodeSharedPtr& rNode ) = 0;
};
- typedef ::boost::shared_ptr< AnimationEventHandler > AnimationEventHandlerSharedPtr;
+ typedef ::std::shared_ptr< AnimationEventHandler > AnimationEventHandlerSharedPtr;
}
}