diff options
Diffstat (limited to 'OpenSim.Storage/LocalStorageDb4o/UUIDQuery.cs')
-rw-r--r-- | OpenSim.Storage/LocalStorageDb4o/UUIDQuery.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Storage/LocalStorageDb4o/UUIDQuery.cs b/OpenSim.Storage/LocalStorageDb4o/UUIDQuery.cs index 16b6685..ba9e139 100644 --- a/OpenSim.Storage/LocalStorageDb4o/UUIDQuery.cs +++ b/OpenSim.Storage/LocalStorageDb4o/UUIDQuery.cs | |||
@@ -5,7 +5,7 @@ using Db4objects.Db4o; | |||
5 | using Db4objects.Db4o.Query; | 5 | using Db4objects.Db4o.Query; |
6 | using libsecondlife; | 6 | using libsecondlife; |
7 | using OpenSim.Framework.Interfaces; | 7 | using OpenSim.Framework.Interfaces; |
8 | using OpenSim.Framework.Assets; | 8 | using OpenSim.Framework.Types; |
9 | 9 | ||
10 | namespace OpenSim.Storage.LocalStorageDb4o | 10 | namespace OpenSim.Storage.LocalStorageDb4o |
11 | { | 11 | { |