util/StringPointer: rename typedef pointer to pointer_type

This commit is contained in:
Max Kellermann
2016-04-12 22:49:03 +02:00
parent fd5d42836f
commit 9b85446808
17 changed files with 116 additions and 111 deletions

View File

@@ -161,7 +161,7 @@ LocalStorage::OpenDirectory(const char *uri_utf8, Error &error)
gcc_pure
static bool
SkipNameFS(PathTraitsFS::const_pointer name_fs)
SkipNameFS(PathTraitsFS::const_pointer_type name_fs)
{
return name_fs[0] == '.' &&
(name_fs[1] == 0 ||