aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/fontmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/fontmgr.cpp')
-rw-r--r--gm/fontmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/fontmgr.cpp b/gm/fontmgr.cpp
index a4dc2631ec..50b83836f2 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"
};