Skip to content

Commit 6d898f0

Browse files
committed
fix compiler errror
1 parent fa00ba0 commit 6d898f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/sACN/sACN.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ struct RootLayer {
116116

117117
private let cidData: Data
118118
init(cid: UUID) {
119-
self.cidData = cid.uuid.data
119+
self.cidData = cid.data
120120
}
121121
var count: Int { rootLayerTemplate.count }
122122
func write(to data: inout Data, fullPacketLength: UInt16) {

0 commit comments

Comments
 (0)