summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicecallhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvoicecallhandler.cpp')
-rw-r--r--indra/newview/llvoicecallhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicecallhandler.cpp b/indra/newview/llvoicecallhandler.cpp
index 95e11abd82..0387b81c6b 100644
--- a/indra/newview/llvoicecallhandler.cpp
+++ b/indra/newview/llvoicecallhandler.cpp
@@ -54,7 +54,7 @@ public:
//Get the ID
LLUUID id;
- if (!id.set( params[0], FALSE ))
+ if (!id.set( params[0], false ))
{
return false;
}