Commit 5c5ea8a2 authored by Max Kellermann's avatar Max Kellermann

fs/Path: use the "const_pointer" typedef

parent 5222c684
...@@ -28,7 +28,7 @@ Path::ToUTF8() const ...@@ -28,7 +28,7 @@ Path::ToUTF8() const
return ::PathToUTF8(c_str()); return ::PathToUTF8(c_str());
} }
const char * Path::const_pointer
Path::GetSuffix() const Path::GetSuffix() const
{ {
return uri_get_suffix(c_str()); return uri_get_suffix(c_str());
......
...@@ -173,7 +173,7 @@ public: ...@@ -173,7 +173,7 @@ public:
} }
gcc_pure gcc_pure
const char *GetSuffix() const; const_pointer GetSuffix() const;
}; };
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment