Explorar el Código

Silent warning

maxep hace 5 años
padre
commit
12fba26d88
Se han modificado 1 ficheros con 1 adiciones y 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