Stylistic changes and whatnot for LLDropTarget what with setValue and setItem
Conflicts: indra/newview/lldroptarget.h
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user