diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-16 02:09:03 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-16 02:13:49 +0300 |
| commit | 3fb9993a4a74c19b872bb96ed4878cd7b7143208 (patch) | |
| tree | 2cd2e1d0f026ce003a199c437a5a575fb5ec486b /indra/newview/llpanelprofilepicks.cpp | |
| parent | c9b83e8117026aa7fc70da3972049152a669b0fc (diff) | |
SL-15312 Legacy profiles remake #9
Cleanup obsolete properties processesing
Diffstat (limited to 'indra/newview/llpanelprofilepicks.cpp')
| -rw-r--r-- | indra/newview/llpanelprofilepicks.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelprofilepicks.cpp b/indra/newview/llpanelprofilepicks.cpp index 406ff2b8de..264d3b78f1 100644 --- a/indra/newview/llpanelprofilepicks.cpp +++ b/indra/newview/llpanelprofilepicks.cpp @@ -120,7 +120,7 @@ LLPickHandler gPickHandler; //----------------------------------------------------------------------------- LLPanelProfilePicks::LLPanelProfilePicks() - : LLPanelProfileTab() + : LLPanelProfilePropertiesPeocessorTab() , mPickToSelectOnLoad(LLUUID::null) { } @@ -370,7 +370,7 @@ bool LLPanelProfilePicks::canDeletePick() //----------------------------------------------------------------------------- LLPanelProfilePick::LLPanelProfilePick() - : LLPanelProfileTab() + : LLPanelProfilePropertiesPeocessorTab() , LLRemoteParcelInfoObserver() , mSnapshotCtrl(NULL) , mPickId(LLUUID::null) |
