expose it for real, missed the public keyword

This commit is contained in:
Sean Dague
2008-09-24 21:16:58 +00:00
parent b4f204e526
commit 2ef1b194fd

View File

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