diff options
Diffstat (limited to 'paludis/util/exception.hh')
-rw-r--r-- | paludis/util/exception.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/util/exception.hh b/paludis/util/exception.hh index c8ca10e5b..0f5a5dfcf 100644 --- a/paludis/util/exception.hh +++ b/paludis/util/exception.hh @@ -55,7 +55,7 @@ namespace paludis Context(const std::string &); - ~Context(); + ~Context() noexcept(false); ///\} |