aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/NeighbourInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim.Framework/Types/NeighbourInfo.cs (renamed from OpenSim.Framework/NeighbourInfo.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Framework/NeighbourInfo.cs b/OpenSim.Framework/Types/NeighbourInfo.cs
index 8b4fa64..58b6cb1 100644
--- a/OpenSim.Framework/NeighbourInfo.cs
+++ b/OpenSim.Framework/Types/NeighbourInfo.cs
@@ -2,7 +2,7 @@ using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Text; 3using System.Text;
4 4
5namespace OpenSim.Framework.Interfaces 5namespace OpenSim.Framework.Types
6{ 6{
7 public class NeighbourInfo 7 public class NeighbourInfo
8 { 8 {