diff options
-rw-r--r-- | cairomm/refptr.h | 1 |
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 |