Fix the build with GCC 4.2.

Reported by:	pointyhat via pav
This commit is contained in:
Joe Marcus Clarke 2007-07-04 18:03:24 +00:00
parent a8dca7462c
commit dbe9cadc2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194932

View File

@ -0,0 +1,11 @@
--- src/htmlcluealigned.c.orig Wed Jul 4 14:01:42 2007
+++ src/htmlcluealigned.c Wed Jul 4 14:01:58 2007
@@ -26,7 +26,7 @@
#define ALIGN_BORDER 0
-static HTMLClueAlignedClass html_cluealigned_class;
+HTMLClueAlignedClass html_cluealigned_class;
static HTMLClueClass *parent_class = NULL;