summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-16 00:01:25 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-16 00:01:25 +0000
commit38cb39339a8f1f9a0afb69340a404fd767db5a79 (patch)
tree0b5ed63f639e8d8e66011a425ee595545b74300d /desktop/gui_factory.h
parentbd065d4a434755e67642a071e255cba596de8d1e (diff)
downloadnetsurf-38cb39339a8f1f9a0afb69340a404fd767db5a79.tar.gz
netsurf-38cb39339a8f1f9a0afb69340a404fd767db5a79.tar.bz2
move filename_from_path and path_add_part into gui operation tables
Diffstat (limited to 'desktop/gui_factory.h')
-rw-r--r--desktop/gui_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gui_factory.h b/desktop/gui_factory.h
index c70ca8f37..50b5eb31e 100644
--- a/desktop/gui_factory.h
+++ b/desktop/gui_factory.h
@@ -23,7 +23,7 @@
#ifndef _NETSURF_DESKTOP_GUI_FACTORY_H_
#define _NETSURF_DESKTOP_GUI_FACTORY_H_
-struct gui_table;
+#include "desktop/gui.h"
extern struct gui_table *guit; /* the gui vtable */