aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterhtml.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:56 -0500
committerJacek Antonelli2008-08-15 23:44:56 -0500
commitc07901e29ed545bbb02e3bddf148fe1104b94e9f (patch)
treef1ada64ce834acd7d92a425efb96c4b86bcf16b1 /linden/indra/newview/llfloaterhtml.h
parentSecond Life viewer sources 1.15.0.2 (diff)
downloadmeta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.zip
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.gz
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.bz2
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.xz
Second Life viewer sources 1.15.1.3
Diffstat (limited to 'linden/indra/newview/llfloaterhtml.h')
-rw-r--r--linden/indra/newview/llfloaterhtml.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterhtml.h b/linden/indra/newview/llfloaterhtml.h
index 9a09baf..fef57d0 100644
--- a/linden/indra/newview/llfloaterhtml.h
+++ b/linden/indra/newview/llfloaterhtml.h
@@ -51,9 +51,11 @@ class LLFloaterHtml :
51 51
52 private: 52 private:
53 LLFloaterHtml(); 53 LLFloaterHtml();
54#if LL_LIBXUL_ENABLED
54 LLWebBrowserCtrl* mWebBrowser; 55 LLWebBrowserCtrl* mWebBrowser;
56#endif // LL_LIBXUL_ENABLED
55 static LLFloaterHtml* sInstance; 57 static LLFloaterHtml* sInstance;
56 LLButton* mCloseButton; 58 LLButton* mCloseButton;
57}; 59};
58 60
59#endif \ No newline at end of file 61#endif