Fix errors in rebase merge.

This commit is contained in:
Stinkfist0
2017-02-22 17:39:32 +02:00
committed by Thomas Krijnen
parent eade74c919
commit 678d422ec8
2 changed files with 6 additions and 3 deletions
+1 -2
View File
@@ -78,9 +78,8 @@ namespace IfcGeom
GENERATE_UVS = 1 << 12,
/// Specifies whether to slice representations according to associated IfcLayerSets.
APPLY_LAYERSETS = 1 << 13,
TRAVERSE = 1 << 14,
/// Number of different setting flags.
NUM_SETTINGS = 14
NUM_SETTINGS = 13
};
/// Used to store logical OR combination of setting flags.
typedef unsigned SettingField;