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