diff options
author | ubit | 2013-01-16 14:24:23 +0100 |
---|---|---|
committer | ubit | 2013-01-16 14:24:23 +0100 |
commit | 503705bfadb9cf578f79857d24e9f5c830a50427 (patch) | |
tree | 4a1848f0fc8b506dfbaf34b3bf2bab0b6b37d471 /OpenSim/Region/Framework | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | Merge branch 'avination' into ubitwork (diff) | |
download | opensim-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.cs | 2 |
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 | } |