fs/Path: use the "const_pointer" typedef
This commit is contained in:
parent
5222c684d3
commit
5c5ea8a254
@ -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:
|
|||||||
}
|
}
|
||||||
|
|
||||||
gcc_pure
|
gcc_pure
|
||||||
const char *GetSuffix() const;
|
const_pointer GetSuffix() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user