Skip to content

Commit 6726a23

Browse files
authored
Merge pull request github#3221 from disconnect3d/patch-1
Fix missing colon in ReturnConstTypeMember.cpp
2 parents d055e66 + 96a0bdd commit 6726a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/ReturnConstTypeMember.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ struct S {
88

99
// Whereas here it does make a semantic difference.
1010
auto getValCorrect() const -> int {
11-
return val
11+
return val;
1212
}
1313
};

0 commit comments

Comments
 (0)