aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorubit2013-01-16 14:24:23 +0100
committerubit2013-01-16 14:24:23 +0100
commit503705bfadb9cf578f79857d24e9f5c830a50427 (patch)
tree4a1848f0fc8b506dfbaf34b3bf2bab0b6b37d471 /OpenSim/Region/Framework
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parentMerge branch 'avination' into ubitwork (diff)
downloadopensim-SC-503705bfadb9cf578f79857d24e9f5c830a50427.zip
opensim-SC-503705bfadb9cf578f79857d24e9f5c830a50427.tar.gz
opensim-SC-503705bfadb9cf578f79857d24e9f5c830a50427.tar.bz2
opensim-SC-503705bfadb9cf578f79857d24e9f5c830a50427.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ISearchModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISearchModule.cs b/OpenSim/Region/Framework/Interfaces/ISearchModule.cs
index 64bf72c..d56d188 100644
--- a/OpenSim/Region/Framework/Interfaces/ISearchModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/ISearchModule.cs
@@ -31,6 +31,6 @@ namespace OpenSim.Framework
31{ 31{
32 public interface ISearchModule 32 public interface ISearchModule
33 { 33 {
34 34 void Refresh();
35 } 35 }
36} 36}