From 20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 14 Feb 2017 17:24:49 +0000 Subject: fix build --- desktop/print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/print.h') 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; }; -- cgit v1.2.3