summaryrefslogtreecommitdiffstats
path: root/base/ref_counted.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/ref_counted.h')
-rw-r--r--base/ref_counted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/ref_counted.h b/base/ref_counted.h
index a1e7bb4..2268808 100644
--- a/base/ref_counted.h
+++ b/base/ref_counted.h
@@ -222,7 +222,7 @@ class scoped_refptr {
swap(&r.ptr_);
}
- private:
+ protected:
T* ptr_;
};