summaryrefslogtreecommitdiff
path: root/base/refcnt.hh
diff options
context:
space:
mode:
Diffstat (limited to 'base/refcnt.hh')
-rw-r--r--base/refcnt.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/refcnt.hh b/base/refcnt.hh
index d308dd0cf..251dc905b 100644
--- a/base/refcnt.hh
+++ b/base/refcnt.hh
@@ -48,7 +48,7 @@ class RefCounted
template <class T>
class RefCountingPtr
{
- private:
+ protected:
T *data;
void copy(T *d) {