Index: include/core/SkTypes.h |
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h |
index 72ebb093c266e3013f87e79b5c8564cdd6d36612..39923c59b758611abe7855e33c335bd30629692e 100644 |
--- a/include/core/SkTypes.h |
+++ b/include/core/SkTypes.h |
@@ -138,7 +138,7 @@ inline void operator delete(void* p) { |
#define SK_TO_STRING_NONVIRT() void toString(SkString* str) const; |
#define SK_TO_STRING_VIRT() virtual void toString(SkString* str) const; |
#define SK_TO_STRING_PUREVIRT() virtual void toString(SkString* str) const = 0; |
- #define SK_TO_STRING_OVERRIDE() virtual void toString(SkString* str) const SK_OVERRIDE; |
+ #define SK_TO_STRING_OVERRIDE() void toString(SkString* str) const SK_OVERRIDE; |
#endif |
template <bool> |