aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/FriendListItem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/FriendListItem.cs')
-rw-r--r--OpenSim/Framework/FriendListItem.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/FriendListItem.cs b/OpenSim/Framework/FriendListItem.cs
index 349ee97..f090ab1 100644
--- a/OpenSim/Framework/FriendListItem.cs
+++ b/OpenSim/Framework/FriendListItem.cs
@@ -34,6 +34,7 @@ namespace OpenSim.Framework
34{ 34{
35 public class FriendListItem 35 public class FriendListItem
36 { 36 {
37
37 public LLUUID FriendListOwner; 38 public LLUUID FriendListOwner;
38 public LLUUID Friend; 39 public LLUUID Friend;
39 40