Fix build

This commit is contained in:
Him188 2020-03-29 15:41:18 +08:00
parent 92a57907ec
commit b1f666e075

View File

@ -66,7 +66,7 @@ internal class QQImpl(
override val id: Long,
private val friendInfo: FriendInfo
) : QQ() {
var lastMessageSequence: AtomicInt = atomic(-1)
val lastMessageSequence: AtomicInt = atomic(-1)
override val bot: QQAndroidBot by bot.unsafeWeakRef()
override val nick: String