diff options
author | Mnikolenko Productengine <none@none> | 2017-06-07 18:56:24 +0300 |
---|---|---|
committer | Mnikolenko Productengine <none@none> | 2017-06-07 18:56:24 +0300 |
commit | 95d0da56fda169a7cce34e07f8ae76f86dce42c0 (patch) | |
tree | 2e76ed0dc0d9e1f2e785aeee8f0e921120fbed28 /indra/newview/llpanelgroup.h | |
parent | d3a1c4cda49cc1b113abbdb175c557456581efac (diff) |
MAINT-7447 restore filter functionality in Abilities tab
Diffstat (limited to 'indra/newview/llpanelgroup.h')
-rw-r--r-- | indra/newview/llpanelgroup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroup.h b/indra/newview/llpanelgroup.h index 0e6f5b8924..05be4b5aee 100644 --- a/indra/newview/llpanelgroup.h +++ b/indra/newview/llpanelgroup.h @@ -164,6 +164,8 @@ public: virtual void setupCtrls (LLPanel* parent) {}; + virtual void onFilterChanged() { } + protected: LLUUID mGroupID; BOOL mAllowEdit; |