diff options
| author | andreykproductengine <akleshchev@productengine.com> | 2016-02-01 15:04:04 +0200 | 
|---|---|---|
| committer | andreykproductengine <akleshchev@productengine.com> | 2016-02-01 15:04:04 +0200 | 
| commit | 55a207810e5d3d9a37758af1b909e290c312f7fa (patch) | |
| tree | 6ba2010a4e1d77f3f918751f39fdbaa71ec2cfaf | |
| parent | 6c218c076b03b73a2c1e7dd68e8c875ea747395f (diff) | |
MAINT-5443 fixed hexadecimal value.
| -rwxr-xr-x | indra/newview/llwearableitemslist.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llwearableitemslist.h b/indra/newview/llwearableitemslist.h index df4b1a8a50..18a30f083b 100755 --- a/indra/newview/llwearableitemslist.h +++ b/indra/newview/llwearableitemslist.h @@ -421,7 +421,7 @@ public:  			MASK_BODYPART		= 0x02,  			MASK_ATTACHMENT		= 0x04,  			MASK_GESTURE		= 0x08, -			MASK_UNKNOWN		= 0x16, +			MASK_UNKNOWN		= 0x10,  		};  		/* virtual */ LLContextMenu* createMenu(); | 
