diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-28 08:22:26 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-28 08:22:26 +0200 |
commit | ab68d36518dc8a320b465217e89e1207ee4b00fd (patch) | |
tree | 48d13a5c70000adac3c68df018a636b6ad0a8d3c /indra/newview/llplacesinventorypanel.h | |
parent | 15a92d2426598db539823a086c25442aeecd4839 (diff) |
working on normal EXT-4261 Cannot use Keyboard to navigate to search result in my landmarks tab
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llplacesinventorypanel.h')
-rw-r--r-- | indra/newview/llplacesinventorypanel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llplacesinventorypanel.h b/indra/newview/llplacesinventorypanel.h index 7b34045d32..86937e7c7f 100644 --- a/indra/newview/llplacesinventorypanel.h +++ b/indra/newview/llplacesinventorypanel.h @@ -57,6 +57,8 @@ public: void saveFolderState(); void restoreFolderState(); + virtual S32 notify(const LLSD& info) ; + private: LLSaveFolderState* mSavedFolderState; }; |