Modified the switch statement to use the ModifierType enum and changed the default case to use specific missing values. Compiler can then issue warnings when new modifier types are added (at least gcc 4.6.3 does)
Modified the switch statement to use the ModifierType enum and changed the default case to use specific missing values. Compiler can then issue warnings when new modifier types are added (at least gcc 4.6.3 does)