aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/inversepaths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/inversepaths.cpp')
-rw-r--r--gm/inversepaths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/inversepaths.cpp b/gm/inversepaths.cpp
index 6eb054e22a..9a247e8192 100644
--- a/gm/inversepaths.cpp
+++ b/gm/inversepaths.cpp
@@ -47,7 +47,7 @@ struct Style {
};
sk_sp<SkPathEffect> make_dash() {
- static constexpr SkScalar kIntervals[] = { 4.f, 3.f };
+ constexpr SkScalar kIntervals[] = { 4.f, 3.f };
return SkDashPathEffect::Make(kIntervals, SK_ARRAY_COUNT(kIntervals), 0);
}