Skip to content
Snippets Groups Projects
Commit d45b1fa1 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix another warning

parent 01cd4d44
No related branches found
No related tags found
No related merge requests found
...@@ -47,5 +47,5 @@ LLPanelLoginListener::LLPanelLoginListener(LLPanelLogin* instance): ...@@ -47,5 +47,5 @@ LLPanelLoginListener::LLPanelLoginListener(LLPanelLogin* instance):
void LLPanelLoginListener::onClickConnect(const LLSD&) const void LLPanelLoginListener::onClickConnect(const LLSD&) const
{ {
mPanel->onClickConnect(NULL); mPanel->onClickConnect(false);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment