From 48adbd97db7654d12dd4eea7016f7a2851fea6bb Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 6 Sep 2006 11:29:14 +0000 Subject: Make GTK build compile again (don't expect frames to work, however) Squash warnings in GTK plotters. svn path=/trunk/netsurf/; revision=2921 --- gtk/gtk_plotters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtk_plotters.h') diff --git a/gtk/gtk_plotters.h b/gtk/gtk_plotters.h index 5eb45ddc7..e758b417b 100644 --- a/gtk/gtk_plotters.h +++ b/gtk/gtk_plotters.h @@ -11,5 +11,5 @@ struct plotter_table; -const struct plotter_table nsgtk_plotters; +extern const struct plotter_table nsgtk_plotters; -- cgit v1.2.3