From a6ae79f9b1c9cb9aa96a11e8d163ea895102fc37 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Mon, 22 Sep 2014 01:13:04 -0400 Subject: [PATCH] Stylistic changes and whatnot for LLDropTarget what with setValue and setItem Conflicts: indra/newview/lldroptarget.h --- indra/newview/lldroptarget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lldroptarget.h b/indra/newview/lldroptarget.h index 56b0a817d..8edc4c691 100644 --- a/indra/newview/lldroptarget.h +++ b/indra/newview/lldroptarget.h @@ -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);