Skip to content

Commit c31dab2

Browse files
committed
Add a missing inline.
1 parent b717c7d commit c31dab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/ABI/TaskStatus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class TaskStatusRecord {
8282
}
8383
};
8484

85-
TaskStatusRecord *
85+
inline TaskStatusRecord *
8686
ActiveTaskStatus::getStatusRecordParent(TaskStatusRecord *ptr) {
8787
return ptr->getParent();
8888
}

0 commit comments

Comments
 (0)