summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.h
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2011-08-19 02:20:07 +0300
committerSeth ProductEngine <slitovchuk@productengine.com>2011-08-19 02:20:07 +0300
commit27332685e9617f331866f8b11a6389eff88cc28e (patch)
tree0df909c7cf89c41801303196f947d18d157bb419 /indra/newview/llviewerregion.h
parent299a01470402de0327fc7f839e5937fc6b60bf63 (diff)
parent94f3432871d8512d04447cec3345694bf04537c9 (diff)
Merge
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r--indra/newview/llviewerregion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h
index ef1a6d285c..c483c6ef52 100644
--- a/indra/newview/llviewerregion.h
+++ b/indra/newview/llviewerregion.h
@@ -322,6 +322,7 @@ public:
bool objectIsReturnable(const LLVector3& pos, const std::vector<LLBBox>& boxes) const;
bool childrenObjectReturnable( const std::vector<LLBBox>& boxes ) const;
+ bool objectsCrossParcel(const std::vector<LLBBox>& boxes) const;
void getNeighboringRegions( std::vector<LLViewerRegion*>& uniqueRegions );