Attempt to fix Windows bustage.

This commit is contained in:
dbaron%dbaron.org 2004-02-24 07:37:36 +00:00
parent 40f5e70cee
commit 7734c4c4c4
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ nsCSSProps::ReleaseTable(void)
}
struct CSSPropertyAlias {
const char name[13];
char name[13];
nsCSSProperty id;
};

View File

@ -100,7 +100,7 @@ nsCSSProps::ReleaseTable(void)
}
struct CSSPropertyAlias {
const char name[13];
char name[13];
nsCSSProperty id;
};