aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index cce1d97..f79dbd5 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -150,9 +150,9 @@ public:
150 150
151 virtual void timeout(void); 151 virtual void timeout(void);
152 152
153 enum { Vertical = 1, Horizontal }; 153 enum { VERTICAL = 1, HORIZONTAL };
154 enum { TopLeft = 1, CenterLeft, BottomLeft, TopCenter, BottomCenter, 154 enum { TOPLEFT = 1, CENTERLEFT, BOTTOMLEFT, TOPCENTER, BOTTOMCENTER,
155 TopRight, CenterRight, BottomRight }; 155 TOPRIGHT, CENTERRIGHT, BOTTOMRIGHT };
156}; 156};
157 157
158 158