diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLUserData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
41 | /// <summary> | 41 | /// <summary> |
42 | /// A database interface class to a user profile storage system | 42 | /// A database interface class to a user profile storage system |
43 | /// </summary> | 43 | /// </summary> |
44 | internal class MySQLUserData : UserDataBase | 44 | class MySQLUserData : UserDataBase |
45 | { | 45 | { |
46 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 46 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
47 | 47 | ||