aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/path.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-19 10:46:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-19 10:46:32 +0200
commit50e741126a0840179b86cf2302905e30dad6f75f (patch)
treebb12606ed4fbe5f7034a41c6b0ed00c26dfd0271 /cutl/fs/path.cxx
parent95cb46279d8bc2b8c5fa611bef50f138ebd20056 (diff)
Add path string to the invalid_path exception
Diffstat (limited to 'cutl/fs/path.cxx')
-rw-r--r--cutl/fs/path.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/fs/path.cxx b/cutl/fs/path.cxx
index 6e295c6..88b88f6 100644
--- a/cutl/fs/path.cxx
+++ b/cutl/fs/path.cxx
@@ -9,7 +9,7 @@ namespace cutl
{
namespace fs
{
- char const* invalid_path::
+ char const* invalid_path_base::
what () const throw ()
{
return "invalid filesystem path";