aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-30 11:50:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-30 11:50:40 +0200
commitf5cfc4e9a76dd30aed11ca985987030403007bab (patch)
treea75dbcd419694e014b01927c5c873f5de0ef6447 /bdep/config.hxx
parent4c2203d85ae4773e5fc7c27eae246e9ca2779421 (diff)
Fix argument passing bug
Diffstat (limited to 'bdep/config.hxx')
-rw-r--r--bdep/config.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/config.hxx b/bdep/config.hxx
index 300bb03..f209aa4 100644
--- a/bdep/config.hxx
+++ b/bdep/config.hxx
@@ -48,7 +48,7 @@ namespace bdep
cmd_config_validate_add (const configuration_name_options&,
const char* what,
optional<string>& name,
- optional<uint64_t> id);
+ optional<uint64_t>& id);
}
#endif // BDEP_CONFIG_HXX