Index: include/core/SkData.h |
diff --git a/include/core/SkData.h b/include/core/SkData.h |
index b5dc66fd5698527ffa88c35875850f69c611162c..bee0fcdfa2860b6008e7f5ba790209e9a2c4f720 100644 |
--- a/include/core/SkData.h |
+++ b/include/core/SkData.h |
@@ -137,7 +137,7 @@ private: |
virtual ~SkData(); |
// Called the first time someone calls NewEmpty to initialize the singleton. |
- static void NewEmptyImpl(SkData**); |
+ static void NewEmptyImpl(int/*unused*/); |
typedef SkRefCnt INHERITED; |
}; |