mirror of https://github.com/aria2/aria2
Remove the default constructor for SegmentInfo
parent
b6b6cc3f95
commit
411708e14d
|
@ -140,10 +140,6 @@ enum DownloadEvent {
|
||||||
* The segment information.
|
* The segment information.
|
||||||
*/
|
*/
|
||||||
struct SegmentInfo {
|
struct SegmentInfo {
|
||||||
/**
|
|
||||||
* The constructor fills default values for all members.
|
|
||||||
*/
|
|
||||||
SegmentInfo();
|
|
||||||
/**
|
/**
|
||||||
* The index of a piece.
|
* The index of a piece.
|
||||||
* The default value is ``0``.
|
* The default value is ``0``.
|
||||||
|
|
Loading…
Reference in New Issue