File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,31 +50,31 @@ struct entity_to_id<nix::Source> {
50
50
template <>
51
51
struct entity_to_id <nix::Feature> {
52
52
static const bool is_valid = true ;
53
- static const int value = 5 ;
53
+ static const int value = 6 ;
54
54
};
55
55
56
56
template <>
57
57
struct entity_to_id <nix::MultiTag> {
58
58
static const bool is_valid = true ;
59
- static const int value = 6 ;
59
+ static const int value = 7 ;
60
60
};
61
61
62
62
template <>
63
63
struct entity_to_id <nix::Section> {
64
64
static const bool is_valid = true ;
65
- static const int value = 7 ;
65
+ static const int value = 8 ;
66
66
};
67
67
68
68
template <>
69
69
struct entity_to_id <nix::Property> {
70
70
static const bool is_valid = true ;
71
- static const int value = 8 ;
71
+ static const int value = 9 ;
72
72
};
73
73
74
74
template <>
75
75
struct entity_to_id <nix::Group> {
76
76
static const bool is_valid = true ;
77
- static const int value = 9 ;
77
+ static const int value = 10 ;
78
78
};
79
79
80
80
/*
You can’t perform that action at this time.
0 commit comments