diff options
| author | Brad Kittenbrink <brad@lindenlab.com> | 2022-04-28 13:08:37 -0700 | 
|---|---|---|
| committer | Brad Kittenbrink <brad@lindenlab.com> | 2022-04-28 13:08:37 -0700 | 
| commit | c9ef206e39063c46c1fbab355c1a015e3e8b022e (patch) | |
| tree | caf74f8e69900d43dc4503a6dcb0abca770ebeb2 /indra/llui | |
| parent | 3f43553ea096ce27da11ff797708ef7d6a391389 (diff) | |
Beginning viewer side work for SL-17198 new asset and inventory types for Materials
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/llui.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/llui/llui.h b/indra/llui/llui.h index 30dbd7248f..86b23c8c93 100644 --- a/indra/llui/llui.h +++ b/indra/llui/llui.h @@ -76,7 +76,8 @@ enum EDragAndDropType  	DAD_WIDGET          = 16,  	DAD_PERSON          = 17,      DAD_SETTINGS        = 18, -	DAD_COUNT           = 19,   // number of types in this enum +    DAD_MATERIAL        = 19, +    DAD_COUNT           = 20,   // number of types in this enum  };  // Reasons for drags to be denied. | 
