Index: gm/fontmgr.cpp |
diff --git a/gm/fontmgr.cpp b/gm/fontmgr.cpp |
index a4dc2631ec6a214385c776b12ec8d33fb376f0f2..50b83836f29fc759c1d1261d9be07f3145c5d6e8 100644 |
--- a/gm/fontmgr.cpp |
+++ b/gm/fontmgr.cpp |
@@ -188,7 +188,7 @@ protected: |
paint.setSubpixelText(true); |
paint.setTextSize(17); |
- static const char* gNames[] = { |
+ const char* gNames[] = { |
"Helvetica Neue", "Arial" |
}; |