diff options
Diffstat (limited to 'include/core/SkPathRef.h')
-rw-r--r-- | include/core/SkPathRef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h index 47a69b7e73..8802714243 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 SkPathRef* CreateEmptyImpl(); + static void CreateEmptyImpl(int/*unused*/); void setIsOval(bool isOval) { fIsOval = isOval; } |