summaryrefslogtreecommitdiff
path: root/third_party/agg23/0001-gcc-warning.patch
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/agg23/0001-gcc-warning.patch')
-rw-r--r--third_party/agg23/0001-gcc-warning.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/agg23/0001-gcc-warning.patch b/third_party/agg23/0001-gcc-warning.patch
index 759696ef03..3bdce6578e 100644
--- a/third_party/agg23/0001-gcc-warning.patch
+++ b/third_party/agg23/0001-gcc-warning.patch
@@ -4,7 +4,7 @@ index dc13851..7f21bac 100644
+++ b/third_party/agg23/agg_path_storage.h
@@ -38,9 +38,9 @@ public:
}
- unsigned vertex(FX_FLOAT* x, FX_FLOAT* y)
+ unsigned vertex(float* x, float* y)
{
- return (m_vertex_idx < m_path->total_vertices()) ?
- m_path->vertex(m_vertex_idx++, x, y) :