From 50e741126a0840179b86cf2302905e30dad6f75f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 Sep 2009 10:46:32 +0200 Subject: Add path string to the invalid_path exception --- cutl/fs/path.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutl/fs/path.cxx') 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"; -- cgit v1.1