Skip to content

Commit fbe2c08

Browse files
jtbandesDougGregor
authored andcommitted
[Code completion] Fix InObjCSelectorExprRAII destructor from f5cb115
1 parent f5b317d commit fbe2c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Parse/CodeCompletionCallbacks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class CodeCompletionCallbacks {
110110
Callbacks->InObjCSelectorExpr = true;
111111
}
112112

113-
InObjCSelectorExprRAII() {
113+
~InObjCSelectorExprRAII() {
114114
if (Callbacks)
115115
Callbacks->InObjCSelectorExpr = false;
116116
}

0 commit comments

Comments
 (0)