expose it for real, missed the public keyword

0.6.0-stable
Sean Dague 2008-09-24 21:16:58 +00:00
parent b4f204e526
commit 2ef1b194fd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ namespace OpenSim.Data.MySQL
/// <summary> /// <summary>
/// A database interface class to a user profile storage system /// A database interface class to a user profile storage system
/// </summary> /// </summary>
class MySQLUserData : UserDataBase public class MySQLUserData : UserDataBase
{ {
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);