summaryrefslogtreecommitdiff
path: root/indra/llui/llkeywords.h
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-11-01 16:04:07 +0200
committerVadim ProductEngine <vsavchuk@productengine.com>2011-11-01 16:04:07 +0200
commit26b6dd4cf568b345f2350053b840adb8ed6203de (patch)
tree6124db94a7deb78651912b82fa7e53bb8441467e /indra/llui/llkeywords.h
parent8f47f2222c207938c8fc55158a6fff64ccf1e781 (diff)
STORM-1677 FIXED Fixed gcc 4.5 build.
Diffstat (limited to 'indra/llui/llkeywords.h')
-rw-r--r--indra/llui/llkeywords.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llkeywords.h b/indra/llui/llkeywords.h
index d050cd7d7c..ac34015393 100644
--- a/indra/llui/llkeywords.h
+++ b/indra/llui/llkeywords.h
@@ -51,7 +51,7 @@ public:
* - TWO_SIDED_DELIMITER are for delimiters that end with a different delimiter than they open with.
* - DOUBLE_QUOTATION_MARKS are for delimiting areas using the same delimiter to open and close.
*/
- typedef enum TOKEN_TYPE
+ enum TOKEN_TYPE
{
WORD,
LINE,