diff options
author | Diva Canto | 2013-04-25 09:23:15 -0700 |
---|---|---|
committer | Diva Canto | 2013-04-25 09:23:15 -0700 |
commit | 3bc801746466cbd401f481295876b357fa27125b (patch) | |
tree | f78e98fbe8feef1ebcf9518316b9cc53bec91e58 /OpenSim | |
parent | UUIDGatherer now includes UUIDs which reference texture assets used as materials (diff) | |
download | opensim-SC_OLD-3bc801746466cbd401f481295876b357fa27125b.zip opensim-SC_OLD-3bc801746466cbd401f481295876b357fa27125b.tar.gz opensim-SC_OLD-3bc801746466cbd401f481295876b357fa27125b.tar.bz2 opensim-SC_OLD-3bc801746466cbd401f481295876b357fa27125b.tar.xz |
Recover a lost "virtual". Downstream projects need this.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLSimulationData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLSimulationData.cs b/OpenSim/Data/MySQL/MySQLSimulationData.cs index 9cc6f40..2d20eaf 100644 --- a/OpenSim/Data/MySQL/MySQLSimulationData.cs +++ b/OpenSim/Data/MySQL/MySQLSimulationData.cs | |||
@@ -52,7 +52,7 @@ namespace OpenSim.Data.MySQL | |||
52 | private string m_connectionString; | 52 | private string m_connectionString; |
53 | private object m_dbLock = new object(); | 53 | private object m_dbLock = new object(); |
54 | 54 | ||
55 | protected Assembly Assembly | 55 | protected virtual Assembly Assembly |
56 | { | 56 | { |
57 | get { return GetType().Assembly; } | 57 | get { return GetType().Assembly; } |
58 | } | 58 | } |