diff options
Diffstat (limited to 'WWW/Library/Implementation/SGML.h')
-rw-r--r-- | WWW/Library/Implementation/SGML.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/SGML.h b/WWW/Library/Implementation/SGML.h index 836d1377..b7a5ecc4 100644 --- a/WWW/Library/Implementation/SGML.h +++ b/WWW/Library/Implementation/SGML.h @@ -135,7 +135,7 @@ extern "C" { #ifdef EXP_JUSTIFY_ELTS BOOL can_justify; /* justification allowed? */ #endif - attr *attributes; /* The list of acceptable attributes */ + const attr *attributes; /* The list of acceptable attributes */ int number_of_attributes; /* Number of possible attributes */ SGMLContent contents; /* End only on end tag @@ */ TagClass tagclass; |