summaryrefslogtreecommitdiff
path: root/indra/llcommon/stdenums.h
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-10-04 12:17:01 -0700
committerLeslie Linden <leslie@lindenlab.com>2011-10-04 12:17:01 -0700
commitfc6c3fbe4271dcd9b64bdfd417514dc97ad7dd75 (patch)
treebd09a20a2b4dd9384a92114eaeebe0d5bfac8e1e /indra/llcommon/stdenums.h
parentf3aac4c8ab45d52c4f038ad1a16768d9d8e0b201 (diff)
parent44e9fb446f3c92c3dfd9b5be8a3e02ec5a44ba00 (diff)
Merge with latest
Diffstat (limited to 'indra/llcommon/stdenums.h')
-rw-r--r--indra/llcommon/stdenums.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llcommon/stdenums.h b/indra/llcommon/stdenums.h
index 556eff8370..40b3364b36 100644
--- a/indra/llcommon/stdenums.h
+++ b/indra/llcommon/stdenums.h
@@ -49,8 +49,9 @@ enum EDragAndDropType
DAD_ANIMATION = 12,
DAD_GESTURE = 13,
DAD_LINK = 14,
- DAD_MESH = 15,
- DAD_COUNT = 16, // number of types in this enum
+ DAD_MESH = 15,
+ DAD_WIDGET = 16,
+ DAD_COUNT = 17, // number of types in this enum
};
// Reasons for drags to be denied.