summaryrefslogtreecommitdiffstats
path: root/slideshow/source/inc/pairanimation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/pairanimation.hxx')
-rw-r--r--slideshow/source/inc/pairanimation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/pairanimation.hxx b/slideshow/source/inc/pairanimation.hxx
index 34897964b44b..ae28f9b44fcc 100644
--- a/slideshow/source/inc/pairanimation.hxx
+++ b/slideshow/source/inc/pairanimation.hxx
@@ -62,7 +62,7 @@ namespace slideshow
virtual ValueType getUnderlyingValue() const = 0;
};
- typedef ::boost::shared_ptr< PairAnimation > PairAnimationSharedPtr;
+ typedef ::std::shared_ptr< PairAnimation > PairAnimationSharedPtr;
}
}