diff options
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r-- | indra/llmath/llvolume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index 2db44d39d1..385680d7f9 100644 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -763,7 +763,7 @@ public: FLAT_MASK = 0x0100, TOP_MASK = 0x0200, BOTTOM_MASK = 0x0400 - } TypeMask; + }; public: S32 mID; |