diff options
-rw-r--r-- | bdep/project.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx index cf96c0b..9e68108 100644 --- a/bdep/project.hxx +++ b/bdep/project.hxx @@ -70,7 +70,9 @@ namespace bdep // Since it is not always possible to derive a relative path, it is // optional. // - optional<uint64_t> id; + using id_type = optional<uint64_t>; + + id_type id; optional<string> name; dir_path path; optional<dir_path> relative_path; |