Skip to content

Commit e6293d3

Browse files
committed
update to the latest oatpp API
1 parent 16d75cf commit e6293d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/oatpp-mongo/bson/Types.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ namespace __class {
159159
static const ClassId CLASS_ID;
160160

161161
static Type *getType() {
162-
static Type type(CLASS_ID, nullptr);
162+
static Type type(CLASS_ID);
163163
return &type;
164164
}
165165

@@ -170,7 +170,7 @@ namespace __class {
170170
static const ClassId CLASS_ID;
171171

172172
static Type *getType() {
173-
static Type type(CLASS_ID, nullptr);
173+
static Type type(CLASS_ID);
174174
return &type;
175175
}
176176

@@ -181,7 +181,7 @@ namespace __class {
181181
static const ClassId CLASS_ID;
182182

183183
static Type *getType() {
184-
static Type type(CLASS_ID, nullptr);
184+
static Type type(CLASS_ID);
185185
return &type;
186186
}
187187

@@ -192,7 +192,7 @@ namespace __class {
192192
static const ClassId CLASS_ID;
193193

194194
static Type *getType() {
195-
static Type type(CLASS_ID, nullptr);
195+
static Type type(CLASS_ID);
196196
return &type;
197197
}
198198

0 commit comments

Comments
 (0)