diff options
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 20c9584015..341be0cf86 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -408,7 +408,6 @@ public: void initFolderRoot(const LLUUID& start_folder_id = LLUUID::null); - void openInCurrentWindow(const LLSD& userdata); void changeFolderRoot(const LLUUID& new_id); void onForwardFolder(); void onBackwardFolder(); @@ -416,6 +415,7 @@ public: LLUUID getSingleFolderRoot() { return mFolderID; } void doCreate(const LLSD& userdata); + void doToSelected(const LLSD& userdata); void doShare(); bool isBackwardAvailable(); |