diff options
| author | Richard Linden <none@none> | 2010-09-16 16:56:28 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-09-16 16:56:28 -0700 |
| commit | f2a297a9599fe64ec2700fe6845ec0ec6eddf410 (patch) | |
| tree | a46b196d7b5df872c910bca1b72097a253d251a9 /indra/newview/llhints.cpp | |
| parent | d6f1f79ced7bb7fa0bb70e41c65f7d7de9c7a306 (diff) | |
| parent | 7b7d8ffc22d3af3186f96d57f1276411f558d6f1 (diff) | |
merge
Diffstat (limited to 'indra/newview/llhints.cpp')
| -rw-r--r-- | indra/newview/llhints.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhints.cpp b/indra/newview/llhints.cpp index bd7fec63e8..bb8f4a995b 100644 --- a/indra/newview/llhints.cpp +++ b/indra/newview/llhints.cpp @@ -360,7 +360,7 @@ void LLHints::hideAll() it != end_it; ++it) { - LLNotifications::instance().cancel(*it); + hide(*it); } } |
