mirror of https://github.com/aria2/aria2
SegList: Don't allow copying
parent
57b37db8a1
commit
22a3e44d36
|
@ -131,6 +131,9 @@ private:
|
|||
std::vector<std::pair<T, T> > segs_;
|
||||
size_t index_;
|
||||
T val_;
|
||||
// Don't allow copying
|
||||
SegList(const SegList<T>&);
|
||||
SegList& operator=(const SegList<T>&);
|
||||
};
|
||||
|
||||
} // namespace aria2
|
||||
|
|
Loading…
Reference in New Issue