mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-10 20:22:31 +00:00
clang-tidy: use default member init
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Jari Sundell
parent
3ab38583b8
commit
897a6face2
@@ -10,8 +10,7 @@ WindowStringList::WindowStringList() :
|
||||
Window(new Canvas, 0, 0, 0, extent_full, extent_full) {
|
||||
}
|
||||
|
||||
WindowStringList::~WindowStringList() {
|
||||
}
|
||||
WindowStringList::~WindowStringList() = default;
|
||||
|
||||
void
|
||||
WindowStringList::redraw() {
|
||||
|
||||
Reference in New Issue
Block a user