From c17ff1e9aeab9a2f078af06d524552b872a20558 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 17 Mar 2010 22:15:03 +0000 Subject: Squash memory leak and an offset problem related to helphints svn path=/trunk/netsurf/; revision=10137 --- amiga/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 764c3a17e..14bf794ce 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -123,6 +123,7 @@ struct gui_window struct List dllist; struct content *favicon; bool throbbing; + char *tabtitle; }; void ami_get_msg(void); -- cgit v1.2.3