summary refs log tree commit diff stats
path: root/Source/Panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Panel.h')
-rw-r--r--Source/Panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Panel.h b/Source/Panel.h index b8e67df..1f2b8c6 100644 --- a/Source/Panel.h +++ b/Source/Panel.h
@@ -53,7 +53,7 @@ enum IntersectionFlags {
53 53
54class Endpoint { 54class Endpoint {
55public: 55public:
56 enum Direction { 56 enum class Direction {
57 LEFT, 57 LEFT,
58 RIGHT, 58 RIGHT,
59 UP, 59 UP,