summaryrefslogtreecommitdiffstats
path: root/slideshow/source/inc/hslcoloranimation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/hslcoloranimation.hxx')
-rw-r--r--slideshow/source/inc/hslcoloranimation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/hslcoloranimation.hxx b/slideshow/source/inc/hslcoloranimation.hxx
index 5efc57e06233..159c1255e47a 100644
--- a/slideshow/source/inc/hslcoloranimation.hxx
+++ b/slideshow/source/inc/hslcoloranimation.hxx
@@ -61,7 +61,7 @@ namespace slideshow
virtual ValueType getUnderlyingValue() const = 0;
};
- typedef ::boost::shared_ptr< HSLColorAnimation > HSLColorAnimationSharedPtr;
+ typedef ::std::shared_ptr< HSLColorAnimation > HSLColorAnimationSharedPtr;
}
}