summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.h
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2010-03-01 21:30:26 -0800
committerRoxie Linden <roxie@lindenlab.com>2010-03-01 21:30:26 -0800
commit2b2e8f6301fc22da370699449cfc81e3597528f0 (patch)
treee70102e340be34bf6de9a1434b0b640fe4b2aaa2 /indra/newview/llvoiceclient.h
parenta633f3fd228db7a6bf5eb32c9d281542f1c7be67 (diff)
fix linux build break
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r--indra/newview/llvoiceclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h
index 3fa82105a3..f1a7d3dbec 100644
--- a/indra/newview/llvoiceclient.h
+++ b/indra/newview/llvoiceclient.h
@@ -442,7 +442,7 @@ private:
void load();
void save();
- typedef std::map<LLUUID, S32> speaker_data_map_t;
+ typedef std::map<LLUUID, F32> speaker_data_map_t;
speaker_data_map_t mSpeakersData;
};