diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewermenu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewermenu.h b/linden/indra/newview/llviewermenu.h index e9fedf3..48e7492 100644 --- a/linden/indra/newview/llviewermenu.h +++ b/linden/indra/newview/llviewermenu.h | |||
@@ -146,14 +146,15 @@ extern LLPieMenu *gPieSelf; | |||
146 | extern LLPieMenu *gPieAvatar; | 146 | extern LLPieMenu *gPieAvatar; |
147 | extern LLPieMenu *gPieObject; | 147 | extern LLPieMenu *gPieObject; |
148 | extern LLPieMenu *gPieAttachment; | 148 | extern LLPieMenu *gPieAttachment; |
149 | extern LLPieMenu *gPieHUD; | ||
149 | extern LLPieMenu *gPieLand; | 150 | extern LLPieMenu *gPieLand; |
150 | extern LLPieMenu* gPieRate; | ||
151 | 151 | ||
152 | // Pie menus | 152 | // Pie menus |
153 | extern LLPieMenu *gPieSelfSimple; | 153 | extern LLPieMenu *gPieSelfSimple; |
154 | extern LLPieMenu *gPieAvatarSimple; | 154 | extern LLPieMenu *gPieAvatarSimple; |
155 | extern LLPieMenu *gPieObjectSimple; | 155 | extern LLPieMenu *gPieObjectSimple; |
156 | extern LLPieMenu *gPieAttachmentSimple; | 156 | extern LLPieMenu *gPieAttachmentSimple; |
157 | extern LLPieMenu *gPieHUDSimple; | ||
157 | extern LLPieMenu *gPieLandSimple; | 158 | extern LLPieMenu *gPieLandSimple; |
158 | 159 | ||
159 | // Needed to build menus when attachment site list available | 160 | // Needed to build menus when attachment site list available |