diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-01-28 14:50:32 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-09-09 00:45:12 +0300 |
commit | ae1e7c1231861aab49ddf348f914eba1b8993bbb (patch) | |
tree | 3cac052239397c6fba8fe3bfac7762837777f8de /indra/newview | |
parent | 42e1a9ed870c537b5684cd15a7acc524a3672685 (diff) |
SL-12475 Mac buildfix
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llinventorypanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index d1c0b35e21..32d122cab8 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -351,7 +351,7 @@ public: void setSelectCallback(const boost::function<void(const std::deque<LLFolderViewItem*>& items, BOOL user_action)>& cb); protected: - LLInventoryFavoriteItemsPanel::LLInventoryFavoriteItemsPanel(const Params& params); + LLInventoryFavoriteItemsPanel(const Params& params); ~LLInventoryFavoriteItemsPanel() { mFolderChangedSignal.disconnect(); } void updateFavoritesRootFolder(); |