Skip to content

Commit 125c653

Browse files
Use new option name
1 parent 6587ad4 commit 125c653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Functions/SignatureOverriddenMethod.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Call chooseASignatureMismatchWitness(Function base, Function sub) {
220220
)
221221
}
222222

223-
module CallOption = LocOption2<Location, Call>;
223+
module CallOption = LocatableOption<Location, Call>;
224224

225225
from Function base, Function sub, string msg, string extraMsg, CallOption::Option call
226226
where

0 commit comments

Comments
 (0)