diff options
author | Murray Cumming <murrayc@murrayc.com> | 2011-04-04 11:18:11 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2011-04-04 11:18:11 +0200 |
commit | 072c48b1b517513dab52b91eb22297cac9d1b8e9 (patch) | |
tree | 596d5abcf49a386899cd8b702c683b64e00df9d1 /glib/glibmm/refptr.h | |
parent | b71ee3c790c22202f363eecae2d9db2e5f7c8681 (diff) | |
download | glibmm-072c48b1b517513dab52b91eb22297cac9d1b8e9.tar.gz |
Update a TODO
Diffstat (limited to 'glib/glibmm/refptr.h')
-rw-r--r-- | glib/glibmm/refptr.h | 3 |
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. * |