aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQLMapper/MySQLDataReader.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MySQLMapper/MySQLDataReader.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQLMapper/MySQLDataReader.cs b/OpenSim/Data/MySQLMapper/MySQLDataReader.cs
index 9fd50f6..113e991 100644
--- a/OpenSim/Data/MySQLMapper/MySQLDataReader.cs
+++ b/OpenSim/Data/MySQLMapper/MySQLDataReader.cs
@@ -2,9 +2,9 @@
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Data; 3using System.Data;
4using System.Text; 4using System.Text;
5using OpenSim.Framework.Data.Base; 5using OpenSim.Data.Base;
6 6
7namespace OpenSim.Framework.Data.MySQLMapper 7namespace OpenSim.Data.MySQLMapper
8{ 8{
9 public class MySQLDataReader : OpenSimDataReader 9 public class MySQLDataReader : OpenSimDataReader
10 { 10 {