summaryrefslogtreecommitdiff
path: root/sdext/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-08-03 12:50:28 +0200
committerMichael Stahl <mstahl@redhat.com>2015-08-03 14:47:45 +0200
commit902d61bc7f2e0491b95798c2ece8595b3881b573 (patch)
tree0cccac094a864ac3f2421cd485088f6418b5da96 /sdext/inc
parent34d2a07a23f344b33f9b3ed7d2a70b405b392db6 (diff)
sdext: replace boost::function with std::function
This one is a bit odd, wonder if that was a bug: - aAction(aPredicate); + aAction(aPredicate()); Change-Id: I0ddd565b65fe4778a297486805fa7f7a12702224
Diffstat (limited to 'sdext/inc')
-rw-r--r--sdext/inc/pch/precompiled_PresenterScreen.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sdext/inc/pch/precompiled_PresenterScreen.hxx b/sdext/inc/pch/precompiled_PresenterScreen.hxx
index 405e652a1be0..7183265d51be 100644
--- a/sdext/inc/pch/precompiled_PresenterScreen.hxx
+++ b/sdext/inc/pch/precompiled_PresenterScreen.hxx
@@ -21,7 +21,6 @@
#include <algorithm>
#include <boost/bind.hpp>
#include <boost/enable_shared_from_this.hpp>
-#include <boost/function.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>