summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-09-23 21:46:55 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-09-23 21:46:55 +0300
commitbcdd0b52dd3f0b2e0f5d7310526dca79aea7b146 (patch)
tree6e1b64d20008ab43ec28532c32b47eb995f48f6e
parentc80df5ac39e31fb17fa8a1158cbea2de8faf0319 (diff)
STORM-1612 FOLLOWUP Trivial Windows compilation fix.
-rw-r--r--indra/newview/lltoolpie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp
index e614fe23d0..a05fc9536e 100644
--- a/indra/newview/lltoolpie.cpp
+++ b/indra/newview/lltoolpie.cpp
@@ -96,7 +96,7 @@ private:
};
LLClickToTeleportTimer::LLClickToTeleportTimer(const LLVector3d& pos)
-: LLEventTimer(0.33) // should be greater than double click interval
+: LLEventTimer(0.33f) // should be greater than double click interval
, mTeleportPos(pos)
{
};