fixing copy & paste artefact.

0.6.0-stable
Dr Scofield 2008-07-18 15:36:38 +00:00
parent 611b56070b
commit 449c09234d
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ using OpenSim.Framework;
using OpenSim.Region.Environment.Interfaces;
using OpenSim.Region.Environment.Scenes;
namespace OpenSim.Data.MySQL
namespace OpenSim.Data.SQLite
{
public class MySQLEstateStore : IEstateDataStore
public class SQLiteEstateStore : IEstateDataStore
{
private static readonly ILog m_log =
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);