aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLSimulationData.cs
diff options
context:
space:
mode:
authorDiva Canto2013-04-25 09:23:15 -0700
committerDiva Canto2013-04-25 09:23:15 -0700
commit3bc801746466cbd401f481295876b357fa27125b (patch)
treef78e98fbe8feef1ebcf9518316b9cc53bec91e58 /OpenSim/Data/MySQL/MySQLSimulationData.cs
parentUUIDGatherer now includes UUIDs which reference texture assets used as materials (diff)
downloadopensim-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/Data/MySQL/MySQLSimulationData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLSimulationData.cs2
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 }