summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-04-04 11:18:11 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-04-04 11:18:11 +0200
commit072c48b1b517513dab52b91eb22297cac9d1b8e9 (patch)
tree596d5abcf49a386899cd8b702c683b64e00df9d1
parentb71ee3c790c22202f363eecae2d9db2e5f7c8681 (diff)
downloadglibmm-072c48b1b517513dab52b91eb22297cac9d1b8e9.tar.gz
Update a TODO
-rw-r--r--glib/glibmm/refptr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/glib/glibmm/refptr.h b/glib/glibmm/refptr.h
index e57cf1cc..bd27b165 100644
--- a/glib/glibmm/refptr.h
+++ b/glib/glibmm/refptr.h
@@ -155,8 +155,9 @@ public:
template <class T_CastFrom>
static inline RefPtr<T_CppObject> cast_const(const RefPtr<T_CastFrom>& src);
- //TODO: Remove these if we replace operator bool() with operator void* after
+ //TODO: Maybe remove these if we replace operator bool() with operator const void* after
//an API/ABI break, as suggested by Daniel Elstner? murrayc.
+ //See bug https://bugzilla.gnome.org/show_bug.cgi?id=626858
/** Compare based on the underlying instance address.
*