From 5c5ea8a2542412aa02c6ac96d7f659760657644b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Mar 2015 08:45:55 +0100 Subject: fs/Path: use the "const_pointer" typedef --- src/fs/Path.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/Path.hxx') diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx index 3ff7ddba2..5e78ea507 100644 --- a/src/fs/Path.hxx +++ b/src/fs/Path.hxx @@ -173,7 +173,7 @@ public: } gcc_pure - const char *GetSuffix() const; + const_pointer GetSuffix() const; }; #endif -- cgit v1.2.3