summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2020-01-28 14:50:32 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2020-09-09 00:45:12 +0300
commitae1e7c1231861aab49ddf348f914eba1b8993bbb (patch)
tree3cac052239397c6fba8fe3bfac7762837777f8de /indra
parent42e1a9ed870c537b5684cd15a7acc524a3672685 (diff)
SL-12475 Mac buildfix
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llinventorypanel.h2
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();