mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 16:46:37 +00:00
clang-tidy modernize-use-auto
This commit is contained in:
@@ -25,7 +25,7 @@ EQStreamIdentifier::~EQStreamIdentifier() {
|
||||
}
|
||||
|
||||
void EQStreamIdentifier::RegisterPatch(const EQStream::Signature &sig, const char *name, OpcodeManager ** opcodes, const StructStrategy *structs) {
|
||||
Patch *p = new Patch;
|
||||
auto p = new Patch;
|
||||
p->signature = sig;
|
||||
p->name = name;
|
||||
p->opcodes = opcodes;
|
||||
|
||||
Reference in New Issue
Block a user