This commit is contained in:
rogerl%netscape.com 2003-07-11 18:37:53 +00:00
Родитель 1761a4137a
Коммит 7aead0b488
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1342,7 +1342,7 @@ public:
virtual void emitDeleteBytecode(BytecodeContainer *bCon, size_t pos) { bCon->emitOp(eBracketDelete, pos); }
virtual int hasStackEffect() { return 2; }
virtual ~BracketReference() { }
// virtual ~BracketReference() { }
};