diff options
Diffstat (limited to 'indra/newview/llinventorygallerymenu.h')
-rw-r--r-- | indra/newview/llinventorygallerymenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorygallerymenu.h b/indra/newview/llinventorygallerymenu.h index fd542e7d79..67cf9a569a 100644 --- a/indra/newview/llinventorygallerymenu.h +++ b/indra/newview/llinventorygallerymenu.h @@ -39,12 +39,12 @@ public: bool isRootFolder() { return mRootFolder; } void setRootFolder(bool is_root) { mRootFolder = is_root; } + void doToSelected(const LLSD& userdata, const LLUUID& selected_id); protected: //virtual void buildContextMenu(class LLMenuGL& menu, U32 flags); void updateMenuItemsVisibility(LLContextMenu* menu); - void doToSelected(const LLSD& userdata, const LLUUID& selected_id); void fileUploadLocation(const LLSD& userdata, const LLUUID& selected_id); static void onRename(const LLSD& notification, const LLSD& response); |