summaryrefslogtreecommitdiff
path: root/cocoa/plotter.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/plotter.m')
-rw-r--r--cocoa/plotter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/plotter.m b/cocoa/plotter.m
index fe869751b..1d7fd2a8c 100644
--- a/cocoa/plotter.m
+++ b/cocoa/plotter.m
@@ -296,7 +296,7 @@ static bool plot_bitmap(int x, int y, int width, int height,
return true;
}
-struct plotter_table plot = {
+const struct plotter_table cocoa_plotters = {
.clip = plot_clip,
.arc = plot_arc,
.disc = plot_disc,