mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 15:12:30 +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
@@ -69,10 +69,10 @@ private:
|
||||
void receive_cycle_group();
|
||||
|
||||
core::Download* m_download;
|
||||
WTrackerList* m_window;
|
||||
WTrackerList* m_window{};
|
||||
|
||||
// Change to unsigned, please.
|
||||
unsigned int m_focus;
|
||||
unsigned int m_focus{};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user