summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/base/refcnt.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/refcnt.hh b/src/base/refcnt.hh
index f2821231d..197e41832 100644
--- a/src/base/refcnt.hh
+++ b/src/base/refcnt.hh
@@ -119,6 +119,9 @@ class RefCounted
template <class T>
class RefCountingPtr
{
+ public:
+ using PtrType = T*;
+
protected:
/** Convenience aliases for const/non-const versions of T w/ friendship. */
/** @{ */