mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Fixed minor typo in previous commit
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user