summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorHoward Stearns <howard.stearns@gmail.com>2022-01-06 16:33:38 -0800
committerHoward Stearns <howard.stearns@gmail.com>2022-01-06 16:33:38 -0800
commit4dfecb6e1a56ac9bff81c27a46f7b4c4eda0a40f (patch)
tree711e7432bebd0a79f699c8a2e4d48bfb38678cac /indra/newview/llvoiceclient.cpp
parent9ee93d36ba60ddff857e269b2edee67c141e3589 (diff)
SL-13297 - Change names to match coding standard.
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r--indra/newview/llvoiceclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp
index dac609140a..d8b8b8749f 100644
--- a/indra/newview/llvoiceclient.cpp
+++ b/indra/newview/llvoiceclient.cpp
@@ -200,7 +200,7 @@ const LLVoiceVersionInfo LLVoiceClient::getVersion()
LLVoiceVersionInfo result;
result.serverVersion = std::string();
result.serverType = std::string();
- result.buildVersion = std::string();
+ result.mBuildVersion = std::string();
return result;
}
}