Fix typo in last commit preventing compilation. #3969

This commit is contained in:
Alessandro Ranellucci 2017-05-21 15:29:47 +02:00
parent c4fe123b32
commit fbb606d026

View File

@ -11,7 +11,7 @@ constexpr auto BRIDGE_EXTRA_SPACING = 0.05;
constexpr auto OVERLAP_FACTOR = 1.0;
/// Enumeration for different flow roles
enum FlowRole
enum FlowRole {
frExternalPerimeter,
frPerimeter,
frInfill,