diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2014-10-27 17:10:08 +0200 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2014-10-27 17:10:08 +0200 |
commit | 366bcd0cbca43081fe58825fd463018e49b51740 (patch) | |
tree | 87ecb99f0a7d27ca4bd9effb94e0c9218379e84b /indra/llcommon/llstacktrace.h | |
parent | e3f62a54e6c3fe5423a1e766c4ee30388aa471bd (diff) |
MAINT-4435 FIXED fix in llvolume.cpp Perform full build if number of vertices
less than allowed. Changes in all other files relate auxiliary methods for
catching similar bugs in future.
Diffstat (limited to 'indra/llcommon/llstacktrace.h')
-rwxr-xr-x | indra/llcommon/llstacktrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llstacktrace.h b/indra/llcommon/llstacktrace.h index ca72c64c5d..335765386a 100755 --- a/indra/llcommon/llstacktrace.h +++ b/indra/llcommon/llstacktrace.h @@ -33,6 +33,7 @@ #include <string> LL_COMMON_API bool ll_get_stack_trace(std::vector<std::string>& lines); +LL_COMMON_API void ll_get_stack_trace_internal(std::vector<std::string>& lines); #endif |