diff options
Diffstat (limited to 'linden/indra/newview/llinventorybridge.h')
-rw-r--r-- | linden/indra/newview/llinventorybridge.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventorybridge.h b/linden/indra/newview/llinventorybridge.h index 329e57f..eb17432 100644 --- a/linden/indra/newview/llinventorybridge.h +++ b/linden/indra/newview/llinventorybridge.h | |||
@@ -159,6 +159,7 @@ public: | |||
159 | 159 | ||
160 | virtual const std::string& getPrefix() { return LLStringUtil::null; } | 160 | virtual const std::string& getPrefix() { return LLStringUtil::null; } |
161 | virtual void restoreItem() {} | 161 | virtual void restoreItem() {} |
162 | virtual void restoreToWorld() {} | ||
162 | 163 | ||
163 | // LLFolderViewEventListener functions | 164 | // LLFolderViewEventListener functions |
164 | virtual const std::string& getName() const; | 165 | virtual const std::string& getName() const; |
@@ -243,6 +244,7 @@ public: | |||
243 | 244 | ||
244 | virtual void selectItem(); | 245 | virtual void selectItem(); |
245 | virtual void restoreItem(); | 246 | virtual void restoreItem(); |
247 | virtual void restoreToWorld(); | ||
246 | 248 | ||
247 | virtual LLUIImagePtr getIcon() const; | 249 | virtual LLUIImagePtr getIcon() const; |
248 | virtual const std::string& getDisplayName() const; | 250 | virtual const std::string& getDisplayName() const; |
@@ -283,7 +285,6 @@ public: | |||
283 | virtual void selectItem(); | 285 | virtual void selectItem(); |
284 | virtual void restoreItem(); | 286 | virtual void restoreItem(); |
285 | 287 | ||
286 | |||
287 | virtual LLUIImagePtr getIcon() const; | 288 | virtual LLUIImagePtr getIcon() const; |
288 | virtual BOOL renameItem(const std::string& new_name); | 289 | virtual BOOL renameItem(const std::string& new_name); |
289 | virtual BOOL removeItem(); | 290 | virtual BOOL removeItem(); |