summaryrefslogtreecommitdiffstats
path: root/slideshow/source/inc/screenupdater.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/screenupdater.hxx')
-rw-r--r--slideshow/source/inc/screenupdater.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/screenupdater.hxx b/slideshow/source/inc/screenupdater.hxx
index 85075e870e1a..384e676c6f50 100644
--- a/slideshow/source/inc/screenupdater.hxx
+++ b/slideshow/source/inc/screenupdater.hxx
@@ -115,7 +115,7 @@ namespace slideshow
locked. When <FALSE/> then Activate() has to be called in order
to lock the lock.
*/
- ::boost::shared_ptr<UpdateLock> createLock (const bool bStartLocked);
+ ::std::shared_ptr<UpdateLock> createLock (const bool bStartLocked);
/** Lock updates to prevent intermediate repaints.
*/