diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-01 16:04:07 +0200 | 
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-01 16:04:07 +0200 | 
| commit | 26b6dd4cf568b345f2350053b840adb8ed6203de (patch) | |
| tree | 6124db94a7deb78651912b82fa7e53bb8441467e /indra/llui | |
| parent | 8f47f2222c207938c8fc55158a6fff64ccf1e781 (diff) | |
STORM-1677 FIXED Fixed gcc 4.5 build.
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/llkeywords.h | 2 | 
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, | 
