Linux build...

This commit is contained in:
rogerl%netscape.com 2003-07-11 18:37:53 +00:00
parent 1761a4137a
commit 7aead0b488

View File

@ -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() { }
};