diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-12 12:38:03 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-12 12:38:03 +0200 |
commit | bcb054970ce83fc613e1b6d163b3440457ca94d4 (patch) | |
tree | e5e377698aab2df3b0b4b49ce3788e086b282ead /indra/newview/llpanelplaces.h | |
parent | 13148203a440cf1bb36c928a8677bfeb7c0e32d6 (diff) |
Update for normal bug EXT-3520 - Can't open Group Notices or Attachments.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelplaces.h')
-rw-r--r-- | indra/newview/llpanelplaces.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelplaces.h b/indra/newview/llpanelplaces.h index 5ee8704992..b134cf0cba 100644 --- a/indra/newview/llpanelplaces.h +++ b/indra/newview/llpanelplaces.h @@ -71,6 +71,10 @@ public: void setItem(LLInventoryItem* item); + LLInventoryItem* getItem() { return mItem; } + + std::string getPlaceInfoType() { return mPlaceInfoType; } + private: void onLandmarkLoaded(LLLandmark* landmark); void onFilterEdit(const std::string& search_string, bool force_filter); |