浏览代码

Silent warning

maxep 5 年之前
父节点
当前提交
12fba26d88
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/KDB/Row.swift

+ 1 - 1
Sources/KDB/Row.swift

@@ -21,7 +21,7 @@ import Binary
 
 public typealias Property<Type> = TLV<Type, UInt32>
 
-public protocol Row: class {
+public protocol Row: AnyObject {
 
     associatedtype `Type`: Streamable, Equatable