summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-12-22 23:23:25 +0100
committerMurray Cumming <murrayc@murrayc.com>2010-12-22 23:23:25 +0100
commitf23ef4d2335fdabab739672c0bf9af8b26370738 (patch)
treeb89c9767bc3446c612ce007f482d94d419c45bf0 /glib
parent450deabc66956bd50def67fffcee6aa225ca792b (diff)
downloadglibmm-f23ef4d2335fdabab739672c0bf9af8b26370738.tar.gz
Added a TODO
Diffstat (limited to 'glib')
-rw-r--r--glib/glibmm/refptr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/glib/glibmm/refptr.h b/glib/glibmm/refptr.h
index f6312f01..e57cf1cc 100644
--- a/glib/glibmm/refptr.h
+++ b/glib/glibmm/refptr.h
@@ -155,6 +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
+ //an API/ABI break, as suggested by Daniel Elstner? murrayc.
+
/** Compare based on the underlying instance address.
*
* This is needed in code that requires an ordering on