diff options
Diffstat (limited to 'linden/indra/newview/llfloateravatarinfo.cpp')
-rw-r--r-- | linden/indra/newview/llfloateravatarinfo.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloateravatarinfo.cpp b/linden/indra/newview/llfloateravatarinfo.cpp index 2245d31..c4b8167 100644 --- a/linden/indra/newview/llfloateravatarinfo.cpp +++ b/linden/indra/newview/llfloateravatarinfo.cpp | |||
@@ -267,6 +267,12 @@ void LLFloaterAvatarInfo::draw() | |||
267 | LLFloater::draw(); | 267 | LLFloater::draw(); |
268 | } | 268 | } |
269 | 269 | ||
270 | // virtual | ||
271 | BOOL LLFloaterAvatarInfo::canClose() | ||
272 | { | ||
273 | return mPanelAvatarp && mPanelAvatarp->canClose(); | ||
274 | } | ||
275 | |||
270 | LLFloaterAvatarInfo* LLFloaterAvatarInfo::getInstance(const LLUUID &id) | 276 | LLFloaterAvatarInfo* LLFloaterAvatarInfo::getInstance(const LLUUID &id) |
271 | { | 277 | { |
272 | return gAvatarInfoInstances.getIfThere(gAgentID); | 278 | return gAvatarInfoInstances.getIfThere(gAgentID); |