diff options
author | Sean Dague | 2008-04-02 15:36:01 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-02 15:36:01 +0000 |
commit | f52c8f3970c5f528aaa6edf2b1bf8acc31c52313 (patch) | |
tree | b22667e2d4ad14d6eaad11993e400b94e0f8fcb6 /OpenSim/Data/MySQL/MySQLDataStore.cs | |
parent | first pass at fixing up prebuild.xml after the (diff) | |
download | opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.zip opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.gz opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.bz2 opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.xz |
attempt to fix up all refernces to new directory structure
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLDataStore.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLDataStore.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLDataStore.cs b/OpenSim/Data/MySQL/MySQLDataStore.cs index eaa7f14..0d9fb3b 100644 --- a/OpenSim/Data/MySQL/MySQLDataStore.cs +++ b/OpenSim/Data/MySQL/MySQLDataStore.cs | |||
@@ -36,7 +36,7 @@ using OpenSim.Framework.Console; | |||
36 | using OpenSim.Region.Environment.Interfaces; | 36 | using OpenSim.Region.Environment.Interfaces; |
37 | using OpenSim.Region.Environment.Scenes; | 37 | using OpenSim.Region.Environment.Scenes; |
38 | 38 | ||
39 | namespace OpenSim.Framework.Data.MySQL | 39 | namespace OpenSim.Data.MySQL |
40 | { | 40 | { |
41 | public class MySQLDataStore : IRegionDataStore | 41 | public class MySQLDataStore : IRegionDataStore |
42 | { | 42 | { |