mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-04 15:40:13 +08:00
Fix build
This commit is contained in:
parent
1963b3768d
commit
8dd3830a71
@ -770,7 +770,7 @@ internal class QQAndroidBotNetworkHandler(coroutineContext: CoroutineContext, bo
|
||||
}
|
||||
|
||||
@PublishedApi
|
||||
internal val packetListeners = ConcurrentLinkedQueue<PacketListener>()
|
||||
internal val packetListeners: ConcurrentLinkedQueue<PacketListener> = ConcurrentLinkedQueue()
|
||||
|
||||
@PublishedApi
|
||||
internal inner class PacketListener(
|
||||
|
Loading…
Reference in New Issue
Block a user