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