Fixed minor typo in previous commit

This commit is contained in:
Shauren
2012-09-11 16:14:09 +02:00
parent 3de6d44a00
commit 2eed9b4045

View File

@@ -1455,7 +1455,7 @@ class OpcodeTable
// Prevent copying this structure
OpcodeTable(OpcodeTable const&);
OpcodeTable& operator=(OpcodeTable& const);
OpcodeTable& operator=(OpcodeTable const&);
OpcodeHandler* _internalTable[NUM_OPCODE_HANDLERS];
};