Index: include/core/SkRefCnt.h |
diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h |
index e4524beff7aed72e346b6289e25525c0e8a14ba0..41c78293fa7f2824d9ecc755c085d7242b845ab2 100644 |
--- a/include/core/SkRefCnt.h |
+++ b/include/core/SkRefCnt.h |
@@ -25,7 +25,7 @@ |
destructor to be called explicitly (or via the object going out of scope on |
the stack or calling delete) if getRefCnt() > 1. |
*/ |
-class SK_API SkRefCntBase : public SkNoncopyable { |
+class SK_API SkRefCntBase : SkNoncopyable { |
public: |
SK_DECLARE_INST_COUNT_ROOT(SkRefCntBase) |