diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-01-28 14:50:32 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-01-28 14:50:32 +0200 |
commit | 25fd4c2ba7bc00a0603bf58f5897ac550ff02446 (patch) | |
tree | cef978b9009f17e9b600f398d0985f613c3459a7 | |
parent | 92499ce1b43fd60ce7aad71d12f9eef0cef04f7f (diff) |
SL-12475 Mac buildfix
-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 7d6adad9f3..cdbbe2bf35 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -335,7 +335,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(); |