diff options
author | Graham Linden <graham@lindenlab.com> | 2014-04-22 22:19:39 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2014-04-22 22:19:39 -0700 |
commit | 5cbcff7b4045e5246eee5c86f789394510cb0669 (patch) | |
tree | 900a56f9cad12b73d8507fae37b538cfc968f6bd /indra/llmath | |
parent | 99952dc3583c48a3da8bbfdf1861c876bb6656d0 (diff) |
Appease GCC 4.6.1 syntax problems with uintptr_t in alignment asserts
Diffstat (limited to 'indra/llmath')
-rwxr-xr-x | indra/llmath/llvolume.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index d2cb052043..3d7d4b40d1 100755 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -1083,7 +1083,6 @@ public: BOOL mGenerateSingleFace; - typedef std::vector<LLVolumeFace> face_list_t; face_list_t mVolumeFaces; public: |