Skip to content

Commit 65258b0

Browse files
committed
更改json kClassPropertiesKey的static const为const
1 parent ebb59d2 commit 65258b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JSONModel/JSONModel/JSONModel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#pragma mark - associated objects names
3131
static const char * kMapperObjectKey;
32-
static const char * kClassPropertiesKey;
32+
const char * kClassPropertiesKey;
3333
static const char * kClassRequiredPropertyNamesKey;
3434
static const char * kIndexPropertyNameKey;
3535

0 commit comments

Comments
 (0)