diff options
Diffstat (limited to 'OpenSim/Framework/Communications/LoginResponse.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs index f92d66f..435852d4 100644 --- a/OpenSim/Framework/Communications/LoginResponse.cs +++ b/OpenSim/Framework/Communications/LoginResponse.cs | |||
@@ -307,7 +307,7 @@ namespace OpenSim.Framework.Communications | |||
307 | 307 | ||
308 | #endregion | 308 | #endregion |
309 | 309 | ||
310 | public XmlRpcResponse ToXmlRpcResponse() | 310 | public virtual XmlRpcResponse ToXmlRpcResponse() |
311 | { | 311 | { |
312 | try | 312 | try |
313 | { | 313 | { |