aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llgivemoney.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llgivemoney.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llgivemoney.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llgivemoney.h b/linden/indra/newview/llgivemoney.h
index 0edb735..cff4fb7 100644
--- a/linden/indra/newview/llgivemoney.h
+++ b/linden/indra/newview/llgivemoney.h
@@ -40,6 +40,7 @@ class LLViewerRegion;
40class LLLineEditor; 40class LLLineEditor;
41class LLTextBox; 41class LLTextBox;
42class LLButton; 42class LLButton;
43class LLObjectSelection;
43struct LLGiveMoneyInfo; 44struct LLGiveMoneyInfo;
44 45
45typedef void (*money_callback)(const LLUUID&, LLViewerRegion*,S32,BOOL,S32,const LLString&); 46typedef void (*money_callback)(const LLUUID&, LLViewerRegion*,S32,BOOL,S32,const LLString&);
@@ -85,10 +86,13 @@ protected:
85 LLUUID mTargetUUID; 86 LLUUID mTargetUUID;
86 BOOL mTargetIsObject; 87 BOOL mTargetIsObject;
87 BOOL mTargetIsGroup; 88 BOOL mTargetIsGroup;
89 BOOL mHaveName;
88 90
89 LLButton* mQuickPayButton[MAX_PAY_BUTTONS]; 91 LLButton* mQuickPayButton[MAX_PAY_BUTTONS];
90 LLGiveMoneyInfo* mQuickPayInfo[MAX_PAY_BUTTONS]; 92 LLGiveMoneyInfo* mQuickPayInfo[MAX_PAY_BUTTONS];
91 93
94 LLHandle<LLObjectSelection> mObjectSelection;
95
92 static S32 sLastAmount; 96 static S32 sLastAmount;
93}; 97};
94 98