summaryrefslogtreecommitdiff
path: root/boost/signals2/postconstructible.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/signals2/postconstructible.hpp')
-rw-r--r--boost/signals2/postconstructible.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/signals2/postconstructible.hpp b/boost/signals2/postconstructible.hpp
index faa144446b..f6422302b1 100644
--- a/boost/signals2/postconstructible.hpp
+++ b/boost/signals2/postconstructible.hpp
@@ -37,7 +37,7 @@ namespace boost
public:
friend void detail::do_postconstruct(const postconstructible *ptr);
template<typename T>
- friend void adl_postconstruct(const shared_ptr<T> &sp, postconstructible *p)
+ friend void adl_postconstruct(const shared_ptr<T> &, postconstructible *p)
{
p->postconstruct();
}