summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/print.h2
1 files changed, 1 insertions, 1 deletions
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;
};