mirror of
https://github.com/anope/anope.git
synced 2026-06-30 11:46:39 +02:00
Use auto in as many places as possible.
This commit is contained in:
@@ -98,7 +98,7 @@ Serializable *EntryMsgTypeImpl::Unserialize(Serializable *obj, Serialize::Data &
|
||||
|
||||
if (obj)
|
||||
{
|
||||
EntryMsgImpl *msg = anope_dynamic_static_cast<EntryMsgImpl *>(obj);
|
||||
auto *msg = anope_dynamic_static_cast<EntryMsgImpl *>(obj);
|
||||
msg->chan = ci->name;
|
||||
data["creator"] >> msg->creator;
|
||||
data["message"] >> msg->message;
|
||||
|
||||
Reference in New Issue
Block a user