diff options
| author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-25 11:12:51 -0700 |
|---|---|---|
| committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-25 11:12:51 -0700 |
| commit | 7aec119d84aabbf5fd156e9739984eb767ab262f (patch) | |
| tree | 10be71ce5360519c3d67b826dc9cf4c8e7a242cd /indra/newview/llappviewer.cpp | |
| parent | c5368c63680af040b63185d5fb6926195de84d59 (diff) | |
| parent | 70d99b2528acb3bc503d3ac799e42d52515b6260 (diff) | |
Merge with SVN login-api-3 branch
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 3fc3c8e382..ff5ddbfcfb 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -181,7 +181,10 @@ //---------------------------------------------------------------------------- // llviewernetwork.h #include "llviewernetwork.h" +// define a self-registering event API object +#include "llappviewerlistener.h" +static LLAppViewerListener sAppViewerListener("LLAppViewer", LLAppViewer::instance()); ////// Windows-specific includes to the bottom - nasty defines in these pollute the preprocessor // |
