We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214c246 commit 8dc21f6Copy full SHA for 8dc21f6
Sources/OpenGraph/Attribute/Body/AttributeBodyVisitor.swift
@@ -5,5 +5,5 @@
5
// Status: WIP
6
7
public protocol AttributeBodyVisitor {
8
- func visit<Body: _AttributeBody>(body: UnsafePointer<Body>)
+ mutating func visit<Body: _AttributeBody>(body: UnsafePointer<Body>)
9
}
0 commit comments