diff options
Diffstat (limited to 'OpenSim/Region/Framework/StorageManager.cs')
-rw-r--r-- | OpenSim/Region/Framework/StorageManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/StorageManager.cs b/OpenSim/Region/Framework/StorageManager.cs index 237eb54..9375b4a 100644 --- a/OpenSim/Region/Framework/StorageManager.cs +++ b/OpenSim/Region/Framework/StorageManager.cs | |||
@@ -36,7 +36,7 @@ namespace OpenSim.Region.Framework | |||
36 | { | 36 | { |
37 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 37 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
38 | 38 | ||
39 | private IRegionDataStore m_dataStore; | 39 | protected IRegionDataStore m_dataStore; |
40 | 40 | ||
41 | public IRegionDataStore DataStore | 41 | public IRegionDataStore DataStore |
42 | { | 42 | { |