mirror of
https://github.com/anope/anope.git
synced 2026-07-08 15:03:12 +02:00
Use auto in places where the type is unambiguous.
This commit is contained in:
@@ -92,7 +92,7 @@ Serializable* EntryMsgImpl::Unserialize(Serializable *obj, Serialize::Data &data
|
||||
|
||||
data["when"] >> swhen;
|
||||
|
||||
EntryMsgImpl *m = new EntryMsgImpl(ci, screator, smessage, swhen);
|
||||
auto *m = new EntryMsgImpl(ci, screator, smessage, swhen);
|
||||
(*messages)->push_back(m);
|
||||
return m;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user