]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/signals/trackable.hpp
typos
[lyx.git] / boost / boost / signals / trackable.hpp
index b532b71ea6724661bb25310291b42e1dcc94e9d2..544ec611e0b5dcc4c4a80934d57faf0c83253fd9 100644 (file)
@@ -102,7 +102,7 @@ namespace BOOST_SIGNALS_NAMESPACE {
       {
         // Take the address of this object, because the object itself may be
         // trackable
-        add_if_trackable(addressof(t));
+        add_if_trackable(boost::addressof(t));
       }
 
       // add_if_trackable() adds trackable objects to the list of bound objects