summaryrefslogtreecommitdiffstats
path: root/slideshow/source/engine/transitions/slidechangebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/slidechangebase.hxx')
-rw-r--r--slideshow/source/engine/transitions/slidechangebase.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/slideshow/source/engine/transitions/slidechangebase.hxx b/slideshow/source/engine/transitions/slidechangebase.hxx
index 1af9ab04153e..192e9590bb75 100644
--- a/slideshow/source/engine/transitions/slidechangebase.hxx
+++ b/slideshow/source/engine/transitions/slidechangebase.hxx
@@ -29,7 +29,7 @@
#include "screenupdater.hxx"
#include "soundplayer.hxx"
-#include <boost/enable_shared_from_this.hpp>
+#include <memory>
#include <boost/noncopyable.hpp>
#include <boost/optional.hpp>
@@ -50,7 +50,6 @@ namespace internal {
*/
class SlideChangeBase : public ViewEventHandler,
public NumberAnimation,
- public boost::enable_shared_from_this<SlideChangeBase>,
private ::boost::noncopyable
{
public: