Use default constructor, destructor

This commit is contained in:
Chocobo1
2023-05-05 01:57:01 +08:00
parent 3fbe380582
commit 8219b1f695
20 changed files with 15 additions and 46 deletions

View File

@@ -54,7 +54,7 @@ namespace BitTorrent
public:
TorrentInfo() = default;
TorrentInfo(const TorrentInfo &other);
TorrentInfo(const TorrentInfo &other) = default;
explicit TorrentInfo(const lt::torrent_info &nativeInfo);