From 16b11e7238dea2c74a713b6f601d5f506bdaadcf Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 10 May 2014 10:22:10 +0100 Subject: ensure operations tables are registered as early as possible. --- desktop/gui_factory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/gui_factory.h') diff --git a/desktop/gui_factory.h b/desktop/gui_factory.h index dc94b3a16..3c8661577 100644 --- a/desktop/gui_factory.h +++ b/desktop/gui_factory.h @@ -26,7 +26,7 @@ #include "desktop/gui.h" /** The global operation table */ -extern struct gui_table *guit; +extern struct netsurf_table *guit; /** register and verify global operation table * @@ -34,6 +34,6 @@ extern struct gui_table *guit; * @return NSERROR_OK on success or error code on faliure. On faliure * global table will not be initialised */ -nserror gui_factory_register(struct gui_table *gt); +nserror gui_factory_register(struct netsurf_table *gt); #endif -- cgit v1.2.3