diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/FriendListItem.cs | 1 |
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 | ||