summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-08-20 14:12:36 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-08-20 14:12:36 +0200
commitd8824ca6177f7e298743dfacc503077d6b82a039 (patch)
treeb656600ac4b5e7838cb5294a4323e6d115d4ae3a
parent8dffde3c2210bb0c623af173a8d877647d9f8b67 (diff)
Add TODO about using std::shared_ptr<> instead.
-rw-r--r--cairomm/refptr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cairomm/refptr.h b/cairomm/refptr.h
index 9b7eb91..b9c7801 100644
--- a/cairomm/refptr.h
+++ b/cairomm/refptr.h
@@ -27,6 +27,7 @@
namespace Cairo
{
+//TODO: Use std::shared_ptr<> instead when we can break ABI.
/** RefPtr<> is a reference-counting shared smartpointer.
*
* Reference counting means that a shared reference count is incremented each