summaryrefslogtreecommitdiff
path: root/src/lib/writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/writer.h')
-rw-r--r--src/lib/writer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h
index c8a007f78..e7409de31 100644
--- a/src/lib/writer.h
+++ b/src/lib/writer.h
@@ -54,7 +54,7 @@ public:
: size (0)
, reel (0)
, frame (0)
- , eyes (EYES_BOTH)
+ , eyes (Eyes::BOTH)
{}
enum Type {
@@ -158,7 +158,7 @@ private:
public:
LastWritten()
: _frame(-1)
- , _eyes(EYES_RIGHT)
+ , _eyes(Eyes::RIGHT)
{}
/** @return true if qi is the next item after this one */