aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrMemoryPoolTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GrMemoryPoolTest.cpp')
-rw-r--r--tests/GrMemoryPoolTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GrMemoryPoolTest.cpp b/tests/GrMemoryPoolTest.cpp
index f6b5659161..3f719e6422 100644
--- a/tests/GrMemoryPoolTest.cpp
+++ b/tests/GrMemoryPoolTest.cpp
@@ -67,7 +67,7 @@ private:
static SkAutoTDelete<GrMemoryPool> gPool;
char fChar;
};
-SK_DEFINE_INST_COUNT(A);
+
SkAutoTDelete<GrMemoryPool> A::gPool;
class B : public A {