Added initializers

This commit is contained in:
Robert Osfield 2016-06-27 11:08:49 +01:00
parent eff60decc0
commit 27aeded9d9

View File

@ -589,7 +589,10 @@ class Switch : public PrimaryRecord
public:
Switch() {}
Switch():
_currentMask(0),
_numberOfMasks(0),
_wordsInMask(0) {}
META_Record(Switch)