summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-05 23:15:30 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-03-05 23:15:30 +0100
commite7bf4bc7ff672e2532e1a7f15c0fb12a75f09a2f (patch)
treee26da02b52a4baa1a9a37caf46942151a7e63dc7
parent3d71489bae350dba5ca8007c05fafcaf37e4efe3 (diff)
downloadsigc++-e7bf4bc7ff672e2532e1a7f15c0fb12a75f09a2f.tar.gz
Remove unnecessary TODO comment.
-rw-r--r--sigc++/functors/macros/mem_fun.h.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sigc++/functors/macros/mem_fun.h.m4 b/sigc++/functors/macros/mem_fun.h.m4
index 1b2fb36..3be8be5 100644
--- a/sigc++/functors/macros/mem_fun.h.m4
+++ b/sigc++/functors/macros/mem_fun.h.m4
@@ -256,7 +256,7 @@ public:
operator()(type_trait_take_t<T_arg>... _A_a) const
{ return (obj_.invoke().*(this->func_ptr_))(_A_a...); }
-//protected: TODO?
+//protected:
// Reference to stored object instance.
// This is the handler object, such as TheObject in void TheObject::signal_handler().
T_limit_reference obj_;