From 7915adc6c569536742acf783bcc2f4aba673950e Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 28 Aug 2007 18:40:40 +0000 Subject: Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace should equal project and directory. --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs') diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index d31b5b0..879cd79 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs @@ -8,7 +8,7 @@ using OpenSim.Framework.Types; using OpenSim.Framework.Communications.Caches; using OpenSim.Framework.Data; using OpenSim.Framework.Utilities; -using OpenSim.Physics.Manager; +using OpenSim.Region.Physics.Manager; namespace OpenSim.Region.Environment.Scenes { -- cgit v1.1