summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersnapshot.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2016-06-03 13:45:51 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2016-06-03 13:45:51 +0300
commitd3c4a6dbb163e45c044a2cbd5ae2440c0a031450 (patch)
tree40873512bd84bde1d7a3510849a8901f4e638f60 /indra/newview/llfloatersnapshot.h
parent9f789ddfbad656b0a6e1f59b592795ad22bdd061 (diff)
linux build fix
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rw-r--r--indra/newview/llfloatersnapshot.h4
1 files changed, 2 insertions, 2 deletions
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;
};
///----------------------------------------------------------------------------