mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 23:35:47 +08:00
expose it for real, missed the public keyword
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user