Missing partial initialization of _PriorityData
This commit is contained in:
parent
b844634a85
commit
88cfb538bd
@ -78,9 +78,7 @@ private:
|
|||||||
struct _PriorityData {
|
struct _PriorityData {
|
||||||
int depth;
|
int depth;
|
||||||
NodeID bias;
|
NodeID bias;
|
||||||
_PriorityData() {
|
_PriorityData() : depth(0), bias(0) { }
|
||||||
depth = 0;
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _ContractionInformation {
|
struct _ContractionInformation {
|
||||||
|
Loading…
Reference in New Issue
Block a user