diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkVertices.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkVertices.h b/include/core/SkVertices.h index db1764e57e..9224eebd21 100644 --- a/include/core/SkVertices.h +++ b/include/core/SkVertices.h @@ -115,7 +115,7 @@ private: // these are needed since we've manually sized our allocation (see Builder::init) friend class SkNVRefCnt<SkVertices>; - void operator delete(void* p) { ::operator delete(p); } + void operator delete(void* p); static sk_sp<SkVertices> Alloc(int vCount, int iCount, uint32_t builderFlags, size_t* arraySize); |