diff --git a/desktop/print.h b/desktop/print.h index c3cb79914..4d178aa8a 100644 --- a/desktop/print.h +++ b/desktop/print.h @@ -63,7 +63,7 @@ struct print_settings{ const struct gui_layout_table *font_func; /* Private data for the plotter context */ - const void *priv; + void *priv; };