summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2010-05-04 17:19:30 -0700
committerRoxie Linden <roxie@lindenlab.com>2010-05-04 17:19:30 -0700
commit8555c40969ec2258ff9389fd0430dcfff484e94a (patch)
treec8b8471ba9c7d3888515176f13202b5a0274459f
parent74a895cf53272e1d7d6d07d04c3c640b45dae25f (diff)
Fix linux build break
-rw-r--r--indra/newview/llvoiceclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h
index 674fe317db..e08fed7ae9 100644
--- a/indra/newview/llvoiceclient.h
+++ b/indra/newview/llvoiceclient.h
@@ -451,8 +451,8 @@ private:
void load();
void save();
- static F32 LLSpeakerVolumeStorage::transformFromLegacyVolume(F32 volume_in);
- static F32 LLSpeakerVolumeStorage::transformToLegacyVolume(F32 volume_in);
+ static F32 transformFromLegacyVolume(F32 volume_in);
+ static F32 transformToLegacyVolume(F32 volume_in);
typedef std::map<LLUUID, F32> speaker_data_map_t;
speaker_data_map_t mSpeakersData;