aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities
diff options
context:
space:
mode:
authorMelanie Thielker2016-06-21 01:49:47 +0200
committerMelanie Thielker2016-06-21 01:49:47 +0200
commit5c81e03738a3619296a56d2b7408f288c1359317 (patch)
tree14e94741359bf1798f5f73f6daf7c0d5f40aeff5 /OpenSim/Capabilities
parentMake some more modules inheritable (diff)
downloadopensim-SC_OLD-5c81e03738a3619296a56d2b7408f288c1359317.zip
opensim-SC_OLD-5c81e03738a3619296a56d2b7408f288c1359317.tar.gz
opensim-SC_OLD-5c81e03738a3619296a56d2b7408f288c1359317.tar.bz2
opensim-SC_OLD-5c81e03738a3619296a56d2b7408f288c1359317.tar.xz
Fix a dumb mistake
Diffstat (limited to 'OpenSim/Capabilities')
-rw-r--r--OpenSim/Capabilities/Handlers/GetDisplayNames/GetDisplayNamesHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Capabilities/Handlers/GetDisplayNames/GetDisplayNamesHandler.cs b/OpenSim/Capabilities/Handlers/GetDisplayNames/GetDisplayNamesHandler.cs
index 6665947..155196c 100644
--- a/OpenSim/Capabilities/Handlers/GetDisplayNames/GetDisplayNamesHandler.cs
+++ b/OpenSim/Capabilities/Handlers/GetDisplayNames/GetDisplayNamesHandler.cs
@@ -57,7 +57,7 @@ namespace OpenSim.Capabilities.Handlers
57 LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 57 LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
58 protected IUserManagement m_UserManagement; 58 protected IUserManagement m_UserManagement;
59 59
60 public virtual GetDisplayNamesHandler(string path, IUserManagement umService, string name, string description) 60 public GetDisplayNamesHandler(string path, IUserManagement umService, string name, string description)
61 : base("GET", path, name, description) 61 : base("GET", path, name, description)
62 { 62 {
63 m_UserManagement = umService; 63 m_UserManagement = umService;