aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/EventData.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-26 19:32:41 +0000
committerMelanie Thielker2008-10-26 19:32:41 +0000
commitf7e44250bf6058a7f232b5555d709787f1a2eb6b (patch)
treef9197d06761c96d1b47f0b4dd56cef8aca6bf4b5 /OpenSim/Framework/EventData.cs
parentThank you kindly, Idb for a patch that solves: (diff)
downloadopensim-SC_OLD-f7e44250bf6058a7f232b5555d709787f1a2eb6b.zip
opensim-SC_OLD-f7e44250bf6058a7f232b5555d709787f1a2eb6b.tar.gz
opensim-SC_OLD-f7e44250bf6058a7f232b5555d709787f1a2eb6b.tar.bz2
opensim-SC_OLD-f7e44250bf6058a7f232b5555d709787f1a2eb6b.tar.xz
Committing a small fix for EventData along with more plumbing work
Diffstat (limited to 'OpenSim/Framework/EventData.cs')
-rw-r--r--OpenSim/Framework/EventData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/EventData.cs b/OpenSim/Framework/EventData.cs
index bbca240..70554d0 100644
--- a/OpenSim/Framework/EventData.cs
+++ b/OpenSim/Framework/EventData.cs
@@ -42,7 +42,7 @@ namespace OpenSim.Framework
42 public string name; 42 public string name;
43 public string category; 43 public string category;
44 public string description; 44 public string description;
45 public DateTime date; 45 public string date;
46 public uint dateUTC; 46 public uint dateUTC;
47 public uint duration; 47 public uint duration;
48 public uint cover; 48 public uint cover;