diff options
Diffstat (limited to 'linden/indra/newview/llfloatertos.cpp')
-rw-r--r-- | linden/indra/newview/llfloatertos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatertos.cpp b/linden/indra/newview/llfloatertos.cpp index 920ef4c..e4073f1 100644 --- a/linden/indra/newview/llfloatertos.cpp +++ b/linden/indra/newview/llfloatertos.cpp | |||
@@ -215,7 +215,7 @@ LLFloaterTOS::~LLFloaterTOS() | |||
215 | LLWebBrowserCtrl* web_browser = getChild<LLWebBrowserCtrl>("tos_html"); | 215 | LLWebBrowserCtrl* web_browser = getChild<LLWebBrowserCtrl>("tos_html"); |
216 | if ( web_browser ) | 216 | if ( web_browser ) |
217 | { | 217 | { |
218 | web_browser->addObserver( this ); | 218 | web_browser->remObserver( this ); |
219 | }; | 219 | }; |
220 | 220 | ||
221 | // tell the responder we're not here anymore | 221 | // tell the responder we're not here anymore |