diff options
author | Adam Frisby | 2008-04-30 21:32:14 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-30 21:32:14 +0000 |
commit | 3da6a05eaa43e1905d16b87b539c8253bad9a017 (patch) | |
tree | 95e1bf0905ee8bafaec41d17298b63de59980b98 /OpenSim/Region/Environment/Interfaces/IXMLRPC.cs | |
parent | * And more (diff) | |
download | opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.zip opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.gz opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.bz2 opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.xz |
* Sometimes you know, you do something really stupid.
* This is one of those times (should fix build)
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IXMLRPC.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IXMLRPC.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs b/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs index c7f1001..6c1d025 100644 --- a/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs +++ b/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs | |||
@@ -26,7 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using libsecondlife; | 28 | using libsecondlife; |
29 | using OpenSim.Region.Environment.Modules; | 29 | using OpenSim.Region.Environment.Modules.Scripting.XMLRPC; |
30 | 30 | ||
31 | namespace OpenSim.Region.Environment.Interfaces | 31 | namespace OpenSim.Region.Environment.Interfaces |
32 | { | 32 | { |