diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-08-17 17:03:23 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-08-17 17:03:23 -0700 |
commit | 29bbaef4aac059ca26c35a46f70e655e58f963bf (patch) | |
tree | a79ca12da21164bafd84bcff88ed9eedefb76a81 /indra/newview/llfirstuse.cpp | |
parent | 0399d49e52d16c4335a933ac8d8f2ae251aeec6d (diff) |
Fixed a couple of compile errors.
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r-- | indra/newview/llfirstuse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp index 038579c0bd..e9a9203a96 100644 --- a/indra/newview/llfirstuse.cpp +++ b/indra/newview/llfirstuse.cpp @@ -157,7 +157,7 @@ void LLFirstUse::init() static bool initialized = false; if (!initialized) { - LLNotifications::instance().getChannel("Hints")->connectChanged(processNotification); + LLNotifications::instance().getChannel("Hints")->connectChanged(&processNotification); } initialized = true; } |