mirror of
https://github.com/taglib/taglib.git
synced 2025-05-25 20:20:25 -04:00
clang-tidy: use using
Found with modernize-use-using Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
8b7b48cc9b
commit
9cbb6615d5
@ -48,7 +48,7 @@ namespace
|
||||
char padding;
|
||||
};
|
||||
|
||||
typedef std::vector<Chunk64> ChunkList;
|
||||
using ChunkList = std::vector<Chunk64>;
|
||||
|
||||
int chunkIndex(const ChunkList &chunks, const ByteVector &id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user