summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-14 17:24:49 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-14 17:24:49 +0000
commit20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342 (patch)
treea6bfe7478c388ee380668f61c33ecd09baf08667 /desktop
parent0c32cbb7cb942a3c5845064701f04dc5b413dfad (diff)
downloadnetsurf-20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342.tar.gz
netsurf-20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342.tar.bz2
fix build
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;
};