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);