aboutsummaryrefslogtreecommitdiff
path: root/libbutl/path.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/path.cxx')
-rw-r--r--libbutl/path.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbutl/path.cxx b/libbutl/path.cxx
index 47d691b..17b380a 100644
--- a/libbutl/path.cxx
+++ b/libbutl/path.cxx
@@ -70,10 +70,10 @@ using namespace butl::win32;
namespace butl
{
- char const* invalid_path_base::
- what () const throw ()
+ invalid_path_base::
+ invalid_path_base ()
+ : invalid_argument ("invalid filesystem path")
{
- return "invalid filesystem path";
}
//