aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r--linden/indra/newview/llstartup.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index baa19e7..3161980 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -187,6 +187,7 @@
187#include "viewerversion.h" 187#include "viewerversion.h"
188 188
189#include "jcfloater_animation_list.h" 189#include "jcfloater_animation_list.h"
190#include "jcfloaterareasearch.h"
190 191
191#if LL_LIBXUL_ENABLED 192#if LL_LIBXUL_ENABLED
192#include "llmozlib.h" 193#include "llmozlib.h"
@@ -3287,6 +3288,7 @@ void pass_processObjectPropertiesFamily(LLMessageSystem *msg, void**)
3287 // send it to 'observers' 3288 // send it to 'observers'
3288 LLSelectMgr::processObjectPropertiesFamily(msg,0); 3289 LLSelectMgr::processObjectPropertiesFamily(msg,0);
3289 JCFloaterAnimList::processObjectPropertiesFamily(msg,0); 3290 JCFloaterAnimList::processObjectPropertiesFamily(msg,0);
3291 JCFloaterAreaSearch::processObjectPropertiesFamily(msg, NULL);
3290} 3292}
3291 3293
3292void register_viewer_callbacks(LLMessageSystem* msg) 3294void register_viewer_callbacks(LLMessageSystem* msg)