Explorar o código

Silent warning

maxep %!s(int64=5) %!d(string=hai) anos
pai
achega
12fba26d88
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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