diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llgivemoney.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-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.h | 4 |
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; | |||
40 | class LLLineEditor; | 40 | class LLLineEditor; |
41 | class LLTextBox; | 41 | class LLTextBox; |
42 | class LLButton; | 42 | class LLButton; |
43 | class LLObjectSelection; | ||
43 | struct LLGiveMoneyInfo; | 44 | struct LLGiveMoneyInfo; |
44 | 45 | ||
45 | typedef void (*money_callback)(const LLUUID&, LLViewerRegion*,S32,BOOL,S32,const LLString&); | 46 | typedef 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 | ||