Index: slot_base.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/thread_safe_signals/slot_base.hpp,v retrieving revision 1.4 diff -u -r1.4 slot_base.hpp --- slot_base.hpp 5 Mar 2007 15:10:55 -0000 1.4 +++ slot_base.hpp 18 Mar 2007 21:37:24 -0000 @@ -53,7 +53,7 @@ { locked_objects.push_back(shared_ptr(*it)); } - catch(const bad_weak_ptr &err) + catch(const bad_weak_ptr &) { throw expired_slot(); }