Added initializers
This commit is contained in:
parent
eff60decc0
commit
27aeded9d9
@ -589,7 +589,10 @@ class Switch : public PrimaryRecord
|
||||
|
||||
public:
|
||||
|
||||
Switch() {}
|
||||
Switch():
|
||||
_currentMask(0),
|
||||
_numberOfMasks(0),
|
||||
_wordsInMask(0) {}
|
||||
|
||||
META_Record(Switch)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user