summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r--indra/newview/llinventorybridge.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h
index d038c10c73..5df3ba23af 100644
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -159,6 +159,7 @@ public:
virtual const std::string& getPrefix() { return LLStringUtil::null; }
virtual void restoreItem() {}
+ virtual void restoreToWorld() {}
// LLFolderViewEventListener functions
virtual const std::string& getName() const;
@@ -234,6 +235,7 @@ public:
virtual void selectItem();
virtual void restoreItem();
+ virtual void restoreToWorld();
virtual LLUIImagePtr getIcon() const;
virtual const std::string& getDisplayName() const;
@@ -274,7 +276,6 @@ public:
virtual void selectItem();
virtual void restoreItem();
-
virtual LLUIImagePtr getIcon() const;
virtual BOOL renameItem(const std::string& new_name);
virtual BOOL removeItem();