aboutsummaryrefslogtreecommitdiff
path: root/mod/types-parsers.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/types-parsers.cxx')
-rw-r--r--mod/types-parsers.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/types-parsers.cxx b/mod/types-parsers.cxx
index e40a777..1467bf6 100644
--- a/mod/types-parsers.cxx
+++ b/mod/types-parsers.cxx
@@ -51,10 +51,10 @@ namespace brep
parse_path (x, s);
}
- // Parse repository_url.
+ // Parse repository_location.
//
- void parser<repository_url>::
- parse (repository_url& x, bool& xs, scanner& s)
+ void parser<repository_location>::
+ parse (repository_location& x, bool& xs, scanner& s)
{
xs = true;
@@ -67,7 +67,7 @@ namespace brep
try
{
- x = repository_url (v);
+ x = repository_location (v);
}
catch (const invalid_argument&)
{