From 3bc801746466cbd401f481295876b357fa27125b Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Thu, 25 Apr 2013 09:23:15 -0700 Subject: [PATCH] Recover a lost "virtual". Downstream projects need this. --- OpenSim/Data/MySQL/MySQLSimulationData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Data/MySQL/MySQLSimulationData.cs b/OpenSim/Data/MySQL/MySQLSimulationData.cs index 9cc6f400e1..2d20eaf69c 100644 --- a/OpenSim/Data/MySQL/MySQLSimulationData.cs +++ b/OpenSim/Data/MySQL/MySQLSimulationData.cs @@ -52,7 +52,7 @@ namespace OpenSim.Data.MySQL private string m_connectionString; private object m_dbLock = new object(); - protected Assembly Assembly + protected virtual Assembly Assembly { get { return GetType().Assembly; } }