Index: include/core/SkPathRef.h |
diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h |
index e10a06fdb256c3dcec93c1b132f84280ffba9061..8802714243090edc3fa207a58ffebce8bc356a4d 100644 |
--- a/include/core/SkPathRef.h |
+++ b/include/core/SkPathRef.h |
@@ -418,7 +418,7 @@ private: |
/** |
* Called the first time someone calls CreateEmpty to actually create the singleton. |
*/ |
- static void CreateEmptyImpl(SkPathRef** empty); |
+ static void CreateEmptyImpl(int/*unused*/); |
void setIsOval(bool isOval) { fIsOval = isOval; } |