anyone mind to explain why and how that commit fixes the issue?
Is it because initialization whitin a struct are different from within a class?
If so, wouldn't struct ClefTypeList in clef.h need the same fix? Or shouldn't those structs better get a proper constructor?
Comments
Fixed in 29015d4782
anyone mind to explain why and how that commit fixes the issue?
Is it because initialization whitin a struct are different from within a class?
If so, wouldn't struct ClefTypeList in clef.h need the same fix? Or shouldn't those structs better get a proper constructor?
position.fret was not initialized, rest is bonus :-)
Ah, thanks.
Automatically closed -- issue fixed for 2 weeks with no activity.