Skip to content

Commit cd61fb4

Browse files
committed
this should be abstract
1 parent 219dc71 commit cd61fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/commons/CommonType.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Ptrdiff_t extends Type {
6666
/**
6767
* A parent class representing C/C++ a typedef'd `UserType` such as `int8_t`.
6868
*/
69-
private class IntegralUnderlyingUserType extends UserType {
69+
private abstract class IntegralUnderlyingUserType extends UserType {
7070
IntegralUnderlyingUserType() { this.getUnderlyingType() instanceof IntegralType }
7171
}
7272

0 commit comments

Comments
 (0)