diff options
| author | Oz Linden <oz@lindenlab.com> | 2010-11-03 14:53:29 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2010-11-03 14:53:29 -0400 |
| commit | e2714252f34b02ee628fb1665dfa90b932fab2f7 (patch) | |
| tree | f595c3d581624a434b77e1774b5c7f71aa79f8e4 /indra/newview/llnetmap.h | |
| parent | 5d7417b40ed8717b3f307ed9e53c249a3a26cf1b (diff) | |
| parent | 9d97a16481528acbfa28f7681da68a6e485f9a22 (diff) | |
pull fix for STORM-422
Diffstat (limited to 'indra/newview/llnetmap.h')
| -rw-r--r-- | indra/newview/llnetmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnetmap.h b/indra/newview/llnetmap.h index 650bce0da4..e053b1c177 100644 --- a/indra/newview/llnetmap.h +++ b/indra/newview/llnetmap.h @@ -38,6 +38,7 @@ class LLColor4U; class LLCoordGL; class LLImageRaw; class LLViewerTexture; +class LLFloaterMap; class LLNetMap : public LLUICtrl { @@ -55,6 +56,7 @@ public: protected: LLNetMap (const Params & p); friend class LLUICtrlFactory; + friend class LLFloaterMap; public: virtual ~LLNetMap(); |
