Skip to content

Commit c9c7a67

Browse files
authored
Merge pull request swiftlang#29411 from Catfish-Man/david/oneway-trip-to-the-past
2 parents f193548 + 7f551fd commit c9c7a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Runtime/HeapObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ swift_getTypeName(const Metadata *type, bool qualified);
10941094
swift_retain(SELF); \
10951095
return self; \
10961096
} \
1097-
- (void)release { \
1097+
- (oneway void)release { \
10981098
auto SELF = reinterpret_cast<HeapObject *>(self); \
10991099
swift_release(SELF); \
11001100
} \

0 commit comments

Comments
 (0)