Make method const

This commit is contained in:
Chocobo1
2017-05-09 14:21:55 +08:00
parent b4baeaaf23
commit 446b3307f9
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ namespace BitTorrent
void setTier(int value);
TrackerEntry &operator=(const TrackerEntry &other);
bool operator==(const TrackerEntry &other);
bool operator==(const TrackerEntry &other) const;
libtorrent::announce_entry nativeEntry() const;