aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llclickaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llclickaction.h')
-rw-r--r--linden/indra/llcommon/llclickaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llclickaction.h b/linden/indra/llcommon/llclickaction.h
index 8048724..209e2d6 100644
--- a/linden/indra/llcommon/llclickaction.h
+++ b/linden/indra/llcommon/llclickaction.h
@@ -42,5 +42,6 @@ const U8 CLICK_ACTION_PAY = 3;
42const U8 CLICK_ACTION_OPEN = 4; 42const U8 CLICK_ACTION_OPEN = 4;
43const U8 CLICK_ACTION_PLAY = 5; 43const U8 CLICK_ACTION_PLAY = 5;
44const U8 CLICK_ACTION_OPEN_MEDIA = 6; 44const U8 CLICK_ACTION_OPEN_MEDIA = 6;
45const U8 CLICK_ACTION_ZOOM = 7;
45 46
46#endif 47#endif