This escaped the getOpenIcon->getIconOpen commit.

This commit is contained in:
Inusaito Sayori
2014-11-25 23:39:10 -05:00
parent e69385861a
commit 152cf42029

View File

@@ -57,7 +57,7 @@ public:
virtual PermissionMask getPermissionMask() const = 0;
virtual LLFolderType::EType getPreferredType() const = 0;
virtual LLPointer<LLUIImage> getIcon() const = 0;
virtual LLPointer<LLUIImage> getOpenIcon() const { return getIcon(); }
virtual LLPointer<LLUIImage> getIconOpen() const { return getIcon(); }
virtual LLFontGL::StyleFlags getLabelStyle() const = 0;
virtual std::string getLabelSuffix() const = 0;
virtual void openItem( void ) = 0;