diff options
Diffstat (limited to 'linden/indra/newview/llfloaterhtml.h')
-rw-r--r-- | linden/indra/newview/llfloaterhtml.h | 4 |
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 |