This commit is contained in:
rogerl%netscape.com 2001-08-28 00:52:16 +00:00
Родитель e5e735ccd8
Коммит 0a316d3301
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -808,7 +808,7 @@ XXX ...couldn't get this to work...
class JSArrayType : public JSType {
public:
JSArrayType(Context *cx, JSType *elementType, const StringAtom *name, JSType *super)
: mElementType(elementType), JSType(cx, name, super)
: JSType(cx, name, super), mElementType(elementType)
{
}
virtual ~JSArrayType() { } // keeping gcc happy