summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaternamedesc.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2019-11-19 16:15:19 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2019-11-19 16:15:19 +0000
commiteb6e64ec401382fd2fbbbb27830e828035a6e5af (patch)
tree90983b525d9b7af423644ed5267a04f397828df3 /indra/newview/llfloaternamedesc.h
parent5b20fca991c109df40b5e8ee0f750507c57f46a1 (diff)
SL-10499 - Fixes for benefits info and upload, especially bulk upload
Diffstat (limited to 'indra/newview/llfloaternamedesc.h')
-rw-r--r--indra/newview/llfloaternamedesc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaternamedesc.h b/indra/newview/llfloaternamedesc.h
index 41643681ac..589f470e82 100644
--- a/indra/newview/llfloaternamedesc.h
+++ b/indra/newview/llfloaternamedesc.h
@@ -30,6 +30,7 @@
#include "llfloater.h"
#include "llresizehandle.h"
#include "llstring.h"
+#include "llassettype.h"
class LLLineEditor;
class LLButton;
@@ -45,6 +46,8 @@ public:
void onBtnOK();
void onBtnCancel();
void doCommit();
+
+ S32 getExpectedUploadCost() const;
protected:
virtual void onCommit();