summaryrefslogtreecommitdiff
path: root/windows/plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/plot.c')
-rw-r--r--windows/plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/plot.c b/windows/plot.c
index 491b89bcc..2898fae27 100644
--- a/windows/plot.c
+++ b/windows/plot.c
@@ -846,7 +846,7 @@ static bool path(const float *p, unsigned int n, colour fill, float width,
return true;
}
-struct plotter_table plot = {
+const struct plotter_table win_plotters = {
.rectangle = rectangle,
.line = line,
.polygon = polygon,