summaryrefslogtreecommitdiffstats
path: root/slideshow/source/inc/intrinsicanimationeventhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/intrinsicanimationeventhandler.hxx')
-rw-r--r--slideshow/source/inc/intrinsicanimationeventhandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/inc/intrinsicanimationeventhandler.hxx b/slideshow/source/inc/intrinsicanimationeventhandler.hxx
index f712592734a1..6016bb22745c 100644
--- a/slideshow/source/inc/intrinsicanimationeventhandler.hxx
+++ b/slideshow/source/inc/intrinsicanimationeventhandler.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SLIDESHOW_SOURCE_INC_INTRINSICANIMATIONEVENTHANDLER_HXX
#define INCLUDED_SLIDESHOW_SOURCE_INC_INTRINSICANIMATIONEVENTHANDLER_HXX
-#include <boost/shared_ptr.hpp>
+#include <memory>
/* Definition of IntrinsicAnimationEventHandler interface */
@@ -44,7 +44,7 @@ namespace slideshow
virtual bool disableAnimations() = 0;
};
- typedef ::boost::shared_ptr< IntrinsicAnimationEventHandler > IntrinsicAnimationEventHandlerSharedPtr;
+ typedef ::std::shared_ptr< IntrinsicAnimationEventHandler > IntrinsicAnimationEventHandlerSharedPtr;
}
}