diff options
author | Howard Stearns <aech@lindenlab.com> | 2022-01-07 17:06:48 +0000 |
---|---|---|
committer | Howard Stearns <aech@lindenlab.com> | 2022-01-07 17:06:48 +0000 |
commit | edc641fb0b3bc535d52a600381b3959203c5492b (patch) | |
tree | 806b049e956922c3a20f99b7bd30307ff7bc15a3 /indra/newview/llvoiceclient.h | |
parent | 3032ef97a935a1d2cda81c7d89c34c08aa93a5f9 (diff) | |
parent | a27e418271592f5c3f5a882e4ecea6daf3c6e8c7 (diff) |
Merged in SL-13297 (pull request #820)
SL-13297 Show both voice versions
Approved-by: Andrey Kleshchev
Approved-by: Andrey Lihatskiy
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r-- | indra/newview/llvoiceclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index cf527a4464..246883b611 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -95,6 +95,7 @@ struct LLVoiceVersionInfo { std::string serverType; std::string serverVersion; + std::string mBuildVersion; }; ////////////////////////////////// |