diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-28 19:01:57 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-28 19:01:57 +0200 |
commit | e4336b63b691584df5a429fc5cdeb470b1a5c48b (patch) | |
tree | a7b6f796ea4a9eb294e2324f5b363d459733a600 /indra | |
parent | d790003055a0b2127278715ae94c8261b95f3f15 (diff) |
STORM-242 ADDITIONAL_FIX One more build fix...
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 88c841468b..7dc5d96689 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -185,7 +185,7 @@ static bool parse_version_info(const std::string& version_info, std::string& cha ver = version_info.substr(last_space + 1); channel.replace(last_space, ver.length() + 1, ""); // strip version } - catch (std::out_of_range& e) + catch (std::out_of_range) { return false; } |