mirror of
https://github.com/anope/anope.git
synced 2026-06-26 09:56:38 +02:00
Add a typedef for the serializable id.
This commit is contained in:
@@ -492,7 +492,7 @@ void SubscriptionListener::OnResult(const Reply &r)
|
||||
if (s_type == NULL)
|
||||
return;
|
||||
|
||||
auto oid = Anope::TryConvert<uint64_t>(id);
|
||||
auto oid = Anope::TryConvert<Serializable::Id>(id);
|
||||
if (!oid.has_value())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user