summaryrefslogtreecommitdiffstats
path: root/slideshow/source/engine/animationnodes/animationaudionode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationaudionode.hxx')
-rw-r--r--slideshow/source/engine/animationnodes/animationaudionode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/animationnodes/animationaudionode.hxx b/slideshow/source/engine/animationnodes/animationaudionode.hxx
index e56b3bcd6212..75bb75f4b316 100644
--- a/slideshow/source/engine/animationnodes/animationaudionode.hxx
+++ b/slideshow/source/engine/animationnodes/animationaudionode.hxx
@@ -38,7 +38,7 @@ class AnimationAudioNode : public BaseNode, public AnimationEventHandler
public:
AnimationAudioNode(
css::uno::Reference<css::animations::XAnimationNode> const& xNode,
- ::boost::shared_ptr<BaseContainerNode> const& pParent,
+ ::std::shared_ptr<BaseContainerNode> const& pParent,
NodeContext const& rContext );
protected: