Changed a wrong (fortunately not used) enum value.

This commit is contained in:
giorgiomarcias 2014-12-19 11:32:18 +00:00
parent b179459e62
commit aafb13219e
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ public:
PC_SINGBOTH = 0x08,
PC_SELFINTERSECT = 0x10,
PC_NOMOREMANIF = 0x20,
PC_VOID = 0x30,
PC_OTHER = 0x40
PC_VOID = 0x40,
PC_OTHER = 0x80
};
/**