Recover a lost "virtual". Downstream projects need this.

user_profiles
Diva Canto 2013-04-25 09:23:15 -07:00
parent c10405330d
commit 3bc8017464
1 changed files with 1 additions and 1 deletions

View File

@ -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; }
}