diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-09-09 00:47:28 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-09-09 00:47:28 +0300 |
commit | 863eec6676259ef8dc433588972f177d0ee80d6d (patch) | |
tree | 37624aa7316385d62a1166dc923c143eed30b3ce /indra/newview/llinventorypanel.h | |
parent | 3ec597069594d538822d42b041f966c9820fe291 (diff) |
Revert "SL-12475 Mac buildfix"
This reverts commit 25fd4c2ba7bc00a0603bf58f5897ac550ff02446.
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-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 eda5479cb4..912a4ac92e 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(const Params& params); + LLInventoryFavoriteItemsPanel::LLInventoryFavoriteItemsPanel(const Params& params); ~LLInventoryFavoriteItemsPanel() { mFolderChangedSignal.disconnect(); } void updateFavoritesRootFolder(); |