mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Recover a lost "virtual". Downstream projects need this.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user