File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ namespace __class {
159
159
static const ClassId CLASS_ID;
160
160
161
161
static Type *getType () {
162
- static Type type (CLASS_ID, nullptr );
162
+ static Type type (CLASS_ID);
163
163
return &type;
164
164
}
165
165
@@ -170,7 +170,7 @@ namespace __class {
170
170
static const ClassId CLASS_ID;
171
171
172
172
static Type *getType () {
173
- static Type type (CLASS_ID, nullptr );
173
+ static Type type (CLASS_ID);
174
174
return &type;
175
175
}
176
176
@@ -181,7 +181,7 @@ namespace __class {
181
181
static const ClassId CLASS_ID;
182
182
183
183
static Type *getType () {
184
- static Type type (CLASS_ID, nullptr );
184
+ static Type type (CLASS_ID);
185
185
return &type;
186
186
}
187
187
@@ -192,7 +192,7 @@ namespace __class {
192
192
static const ClassId CLASS_ID;
193
193
194
194
static Type *getType () {
195
- static Type type (CLASS_ID, nullptr );
195
+ static Type type (CLASS_ID);
196
196
return &type;
197
197
}
198
198
You can’t perform that action at this time.
0 commit comments