Commit b1f666e0 authored by Him188's avatar Him188

Fix build

parent 92a57907
...@@ -66,7 +66,7 @@ internal class QQImpl( ...@@ -66,7 +66,7 @@ internal class QQImpl(
override val id: Long, override val id: Long,
private val friendInfo: FriendInfo private val friendInfo: FriendInfo
) : QQ() { ) : QQ() {
var lastMessageSequence: AtomicInt = atomic(-1) val lastMessageSequence: AtomicInt = atomic(-1)
override val bot: QQAndroidBot by bot.unsafeWeakRef() override val bot: QQAndroidBot by bot.unsafeWeakRef()
override val nick: String override val nick: String
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment