Stylistic changes and whatnot for LLDropTarget what with setValue and setItem

Conflicts:
	indra/newview/lldroptarget.h
This commit is contained in:
Inusaito Sayori
2014-09-22 01:13:04 -04:00
parent 9ce9a1f472
commit a6ae79f9b1

View File

@@ -76,7 +76,7 @@ public:
void setChildRects(LLRect rect);
void fillParent(const LLView* parent);
void setEntityID(const LLUUID& id) { mID = id;}
void setEntityID(const LLUUID& id) { mID = id; }
protected:
virtual void setItem(const class LLInventoryItem* item);