fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.signal2.Wshadow.warnings.patch
blob96db621c1e6ec2ad538d0de91374389c85b545c3
1 --- misc/boost_1_44_0/boost/signals2/detail/slot_template.hpp
2 +++ misc/build/boost_1_44_0/boost/signals2/detail/slot_template.hpp
3 @@ -117,10 +117,10 @@
4 track_signal(signal);
5 return *this;
7 - BOOST_SIGNALS2_SLOT_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS)& track(const slot_base &slot)
8 + BOOST_SIGNALS2_SLOT_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS)& track(const slot_base &slotitem)
10 tracked_container_type::const_iterator it;
11 - for(it = slot.tracked_objects().begin(); it != slot.tracked_objects().end(); ++it)
12 + for(it = slotitem.tracked_objects().begin(); it != slotitem.tracked_objects().end(); ++it)
14 _tracked_objects.push_back(*it);