Parcourir la source

Silent warning

maxep il y a 5 ans
Parent
commit
12fba26d88
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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