diff options
author | Max Kellermann <max@musicpd.org> | 2020-02-01 13:47:16 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-02-01 13:47:16 +0100 |
commit | 4c52001a350ca573fd19f910f2f808d5f31cf95b (patch) | |
tree | 30c3e60b3dfefb0774ad354877319356445d0a21 /test | |
parent | faa04966affb4a29780f4ede882d33b663e0a91b (diff) |
*: use defaulted destructors
Diffstat (limited to 'test')
-rw-r--r-- | test/DumpDatabase.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/DumpDatabase.cxx b/test/DumpDatabase.cxx index 82a83eac6..827e04f41 100644 --- a/test/DumpDatabase.cxx +++ b/test/DumpDatabase.cxx @@ -49,8 +49,7 @@ public: io_thread.Start(); } - ~GlobalInit() { - } + ~GlobalInit() = default; EventLoop &GetEventLoop() { return io_thread.GetEventLoop(); |