aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-04-13 10:41:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-04-13 10:41:00 +0200
commit863dc3baae48909d843cf826446c67ab5767224e (patch)
treed7fd64e13bcc71e47dfbec2bb4df9876d4352151 /bpkg/bpkg.cxx
parent4d0df41f94bec13a9af5c76b0176596f1ca3ab7b (diff)
Beat into more or less working
Diffstat (limited to 'bpkg/bpkg.cxx')
-rw-r--r--bpkg/bpkg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx
index 417127e..fa294c5 100644
--- a/bpkg/bpkg.cxx
+++ b/bpkg/bpkg.cxx
@@ -222,7 +222,7 @@ namespace bpkg
}
catch (const build2::failed&)
{
- throw failed (); // Assume the diagnostics has already been issued.
+ throw bpkg::failed (); // Assume the diagnostics has already been issued.
}
}