fix build

This commit is contained in:
Chris Young 2017-02-14 17:24:49 +00:00
parent 0c32cbb7cb
commit 20e3dc6d2a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};