summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallerymenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llinventorygallerymenu.h')
-rw-r--r--indra/newview/llinventorygallerymenu.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llinventorygallerymenu.h b/indra/newview/llinventorygallerymenu.h
index 67cf9a569a..7c3545432b 100644
--- a/indra/newview/llinventorygallerymenu.h
+++ b/indra/newview/llinventorygallerymenu.h
@@ -39,13 +39,15 @@ public:
bool isRootFolder() { return mRootFolder; }
void setRootFolder(bool is_root) { mRootFolder = is_root; }
- void doToSelected(const LLSD& userdata, const LLUUID& selected_id);
+ void doToSelected(const LLSD& userdata);
+ void rename(const LLUUID& item_id);
protected:
//virtual void buildContextMenu(class LLMenuGL& menu, U32 flags);
void updateMenuItemsVisibility(LLContextMenu* menu);
- void fileUploadLocation(const LLSD& userdata, const LLUUID& selected_id);
+ void fileUploadLocation(const LLSD& userdata);
+ bool canSetUploadLocation(const LLSD& userdata);
static void onRename(const LLSD& notification, const LLSD& response);