Fix bug: add missed patternType

This commit is contained in:
Debao Zhang
2013-11-03 10:49:08 +08:00
parent 81d17478f6
commit d3ac530113
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -126,7 +126,8 @@ public:
PatternLightUp,
PatternLightTrellis,
PatternGray125,
PatternGray0625
PatternGray0625,
PatternLightGrid
};
~Format();