diff options
author | Max Kellermann <max@duempel.org> | 2016-04-12 22:49:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-04-12 22:53:06 +0200 |
commit | 9b854468087a620e8fd442a5e764858f5454f48e (patch) | |
tree | 96459ef22f999f5ff8593f5e018a3205b012f89b /src/command/FileCommands.cxx | |
parent | fd5d42836f65f7fdd0fe4ec0fa42b2452fdfc930 (diff) |
util/StringPointer: rename typedef pointer to pointer_type
Diffstat (limited to 'src/command/FileCommands.cxx')
-rw-r--r-- | src/command/FileCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/FileCommands.cxx b/src/command/FileCommands.cxx index 52ece5771..f9de3b824 100644 --- a/src/command/FileCommands.cxx +++ b/src/command/FileCommands.cxx @@ -45,7 +45,7 @@ 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 || |