diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-12-10 22:38:19 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-12-10 22:38:19 -0500 |
commit | cc8305cd2075e3e19f83bd6738ef31a12d1fb4c5 (patch) | |
tree | 516fb0229663090575e2c2f0af6c689246482141 /indra/newview/llurldispatcher.cpp | |
parent | e9a744131d2c08c0c08214624e09f152e52b2731 (diff) | |
parent | 19122e164ca2a3c1616619b220118344b1858cc8 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llurldispatcher.cpp')
-rw-r--r-- | indra/newview/llurldispatcher.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llurldispatcher.cpp b/indra/newview/llurldispatcher.cpp index 46618d4026..f8c82f8b22 100644 --- a/indra/newview/llurldispatcher.cpp +++ b/indra/newview/llurldispatcher.cpp @@ -47,11 +47,14 @@ #include "llurlsimstring.h" #include "llweb.h" #include "llworldmapmessage.h" +#include "llurldispatcherlistener.h" // library includes #include "llnotificationsutil.h" #include "llsd.h" +static LLURLDispatcherListener sURLDispatcherListener; + class LLURLDispatcherImpl { public: |