summaryrefslogtreecommitdiff
path: root/sigc++/functors/mem_fun.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigc++/functors/mem_fun.h')
-rw-r--r--sigc++/functors/mem_fun.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sigc++/functors/mem_fun.h b/sigc++/functors/mem_fun.h
index 44e80e9..2071752 100644
--- a/sigc++/functors/mem_fun.h
+++ b/sigc++/functors/mem_fun.h
@@ -38,7 +38,8 @@ namespace sigc
* Optionally, a reference to an object can be bound to the functor.
*
* @note If the object type inherits from sigc::trackable, and the
- * functor returned from %mem_fun() is assigned to a sigc::slot, the functor
+ * functor returned from %mem_fun() is assigned to
+ * a @ref sigc::slot<T_return(T_arg...)> "sigc::slot", the functor
* will be automatically cleared when the object goes out of scope. Invoking
* that slot will then have no effect and will not try to use the destroyed
* instance.