util/StringPointer: rename typedef pointer to pointer_type
This commit is contained in:
@@ -94,7 +94,7 @@ FixSeparators(PathTraitsUTF8::string &&s)
|
||||
}
|
||||
|
||||
PathTraitsUTF8::string
|
||||
PathToUTF8(PathTraitsFS::const_pointer path_fs)
|
||||
PathToUTF8(PathTraitsFS::const_pointer_type path_fs)
|
||||
{
|
||||
#if !CLANG_CHECK_VERSION(3,6)
|
||||
/* disabled on clang due to -Wtautological-pointer-compare */
|
||||
@@ -126,7 +126,7 @@ PathToUTF8(PathTraitsFS::const_pointer path_fs)
|
||||
#if defined(HAVE_FS_CHARSET) || defined(WIN32)
|
||||
|
||||
PathTraitsFS::string
|
||||
PathFromUTF8(PathTraitsUTF8::const_pointer path_utf8)
|
||||
PathFromUTF8(PathTraitsUTF8::const_pointer_type path_utf8)
|
||||
{
|
||||
#if !CLANG_CHECK_VERSION(3,6)
|
||||
/* disabled on clang due to -Wtautological-pointer-compare */
|
||||
|
Reference in New Issue
Block a user