From b4f204e5266acbc95c25389704127a7dd0bf3e0e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 24 Sep 2008 21:16:56 +0000 Subject: expose MySQLUserData class so that it can be tested --- OpenSim/Data/MySQL/MySQLUserData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Data') diff --git a/OpenSim/Data/MySQL/MySQLUserData.cs b/OpenSim/Data/MySQL/MySQLUserData.cs index 3226162..8248463 100644 --- a/OpenSim/Data/MySQL/MySQLUserData.cs +++ b/OpenSim/Data/MySQL/MySQLUserData.cs @@ -41,7 +41,7 @@ namespace OpenSim.Data.MySQL /// /// A database interface class to a user profile storage system /// - internal class MySQLUserData : UserDataBase + class MySQLUserData : UserDataBase { private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); -- cgit v1.1