[clang-tidy] use default member init
Found with modernize-use-default-member-init Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:

committed by
Max Kellermann

parent
d2115e908a
commit
7fe49cf24d
@@ -79,8 +79,8 @@ inline SimpleDatabase::SimpleDatabase(AllocatedPath &&_path,
|
||||
#ifdef ENABLE_ZLIB
|
||||
compress(_compress),
|
||||
#endif
|
||||
cache_path(nullptr),
|
||||
prefixed_light_song(nullptr) {
|
||||
cache_path(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
DatabasePtr
|
||||
|
Reference in New Issue
Block a user