summaryrefslogtreecommitdiff
path: root/src/order_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_type.h')
-rw-r--r--src/order_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_type.h b/src/order_type.h
index 757603fcb..029674bb0 100644
--- a/src/order_type.h
+++ b/src/order_type.h
@@ -163,7 +163,7 @@ enum OrderDepotAction {
/* Possible clone options */
-enum {
+enum CloneOptions {
CO_SHARE = 0,
CO_COPY = 1,
CO_UNSHARE = 2