diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-06-03 13:45:51 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-06-03 13:45:51 +0300 |
commit | d3c4a6dbb163e45c044a2cbd5ae2440c0a031450 (patch) | |
tree | 40873512bd84bde1d7a3510849a8901f4e638f60 /indra | |
parent | 9f789ddfbad656b0a6e1f59b592795ad22bdd061 (diff) |
linux build fix
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloateroutfitsnapshot.h | 2 | ||||
-rw-r--r-- | indra/newview/llfloatersnapshot.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloateroutfitsnapshot.h b/indra/newview/llfloateroutfitsnapshot.h index 37e264b0e7..c5c9ef09cb 100644 --- a/indra/newview/llfloateroutfitsnapshot.h +++ b/indra/newview/llfloateroutfitsnapshot.h @@ -60,7 +60,7 @@ public: void setGallery(LLOutfitGallery* gallery) { mOutfitGallery = gallery; } class Impl; - friend Impl; + friend class Impl; private: LLUUID mOutfitID; diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h index 431888d2d0..259d4f75a3 100644 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -63,7 +63,7 @@ public: void setFailureLabelPanelVisible(bool value) { mFailureLblPanel->setVisible(value); } class ImplBase; - friend ImplBase; + friend class ImplBase; ImplBase* impl; protected: @@ -152,7 +152,7 @@ public: static void setAgentEmail(const std::string& email); class Impl; - friend Impl; + friend class Impl; }; ///---------------------------------------------------------------------------- |