diff options
author | Denis Serdjuk <dserduk@productengine.com> | 2009-10-26 13:05:15 +0200 |
---|---|---|
committer | Denis Serdjuk <dserduk@productengine.com> | 2009-10-26 13:05:15 +0200 |
commit | cc7d1c8f69880d649a9e652f74b9b5048420d669 (patch) | |
tree | 5193f47f20f5408e94aacd56f6e6545e491f1ffc /indra/newview/llpanelplaceinfo.h | |
parent | 42546bac1a33388ecfc03e904fb730d9a2d3f420 (diff) | |
parent | d0d9d4a9b0bd61e9be98e1e20719b79a9fa58970 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelplaceinfo.h')
-rw-r--r-- | indra/newview/llpanelplaceinfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelplaceinfo.h b/indra/newview/llpanelplaceinfo.h index 7b3a8f050b..aa2485cbb4 100644 --- a/indra/newview/llpanelplaceinfo.h +++ b/indra/newview/llpanelplaceinfo.h @@ -52,6 +52,7 @@ class LLTextBox; class LLTextEditor; class LLTextureCtrl; class LLViewerRegion; +class LLViewerInventoryCategory; class LLPanelPlaceInfo : public LLPanel, LLRemoteParcelInfoObserver { @@ -131,6 +132,8 @@ public: /*virtual*/ void processParcelInfo(const LLParcelData& parcel_data); /*virtual*/ void handleVisibilityChange (BOOL new_visibility); + + static std::string getFullFolderName(const LLViewerInventoryCategory* cat); private: |