diff options
Diffstat (limited to 'linden/indra/newview/llfloatertos.h')
-rw-r--r-- | linden/indra/newview/llfloatertos.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/newview/llfloatertos.h b/linden/indra/newview/llfloatertos.h index dbec3ff..c5d5878 100644 --- a/linden/indra/newview/llfloatertos.h +++ b/linden/indra/newview/llfloatertos.h | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | #include "llmodaldialog.h" | 36 | #include "llmodaldialog.h" |
37 | #include "llassetstorage.h" | 37 | #include "llassetstorage.h" |
38 | #include "llwebbrowserctrl.h" | 38 | #include "llmediactrl.h" |
39 | 39 | ||
40 | class LLButton; | 40 | class LLButton; |
41 | class LLRadioGroup; | 41 | class LLRadioGroup; |
@@ -45,7 +45,7 @@ class LLUUID; | |||
45 | 45 | ||
46 | class LLFloaterTOS : | 46 | class LLFloaterTOS : |
47 | public LLModalDialog, | 47 | public LLModalDialog, |
48 | public LLWebBrowserCtrlObserver | 48 | public LLViewerMediaObserver |
49 | { | 49 | { |
50 | public: | 50 | public: |
51 | virtual ~LLFloaterTOS(); | 51 | virtual ~LLFloaterTOS(); |
@@ -70,7 +70,8 @@ public: | |||
70 | 70 | ||
71 | void setSiteIsAlive( bool alive ); | 71 | void setSiteIsAlive( bool alive ); |
72 | 72 | ||
73 | virtual void onNavigateComplete( const EventType& eventIn ); | 73 | // inherited from LLViewerMediaObserver |
74 | /*virtual*/ void handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event); | ||
74 | 75 | ||
75 | private: | 76 | private: |
76 | // Asset_id is overwritten with LLUUID::null when agree is clicked. | 77 | // Asset_id is overwritten with LLUUID::null when agree is clicked. |