diff options
author | brad kittenbrink <brad@lindenlab.com> | 2010-11-18 15:11:42 -0800 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2010-11-18 15:11:42 -0800 |
commit | 0e52564f0a36365c2ce5f5263d15778394741fde (patch) | |
tree | 4fbdee6ca6d69d06def169bb77204df294e8f8fc | |
parent | c6f3b275b0f9c18f438582531c33c1ce3e708d12 (diff) |
Fix for mac build error.
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 0c6c77566f..548bebcfa9 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2422,7 +2422,7 @@ void LLAppViewer::initUpdater() } LLEventPump & updater_pump = LLEventPumps::instance().obtain(LLUpdaterService::pumpName()); - updater_pump.listen("notify_update", notify_update); + updater_pump.listen("notify_update", ¬ify_update); } void LLAppViewer::checkForCrash(void) |