diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-05-04 17:19:30 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-05-04 17:19:30 -0700 |
commit | 8555c40969ec2258ff9389fd0430dcfff484e94a (patch) | |
tree | c8b8471ba9c7d3888515176f13202b5a0274459f /indra/newview/llvoiceclient.h | |
parent | 74a895cf53272e1d7d6d07d04c3c640b45dae25f (diff) |
Fix linux build break
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r-- | indra/newview/llvoiceclient.h | 4 |
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; |