diff options
Diffstat (limited to 'linden/indra/llcommon/llsdserialize.h')
-rw-r--r-- | linden/indra/llcommon/llsdserialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llsdserialize.h b/linden/indra/llcommon/llsdserialize.h index 41e0aa5..f5282b4 100644 --- a/linden/indra/llcommon/llsdserialize.h +++ b/linden/indra/llcommon/llsdserialize.h | |||
@@ -390,7 +390,7 @@ public: | |||
390 | /** | 390 | /** |
391 | * Options for output | 391 | * Options for output |
392 | */ | 392 | */ |
393 | enum e_formatter_options_type | 393 | typedef enum e_formatter_options_type |
394 | { | 394 | { |
395 | OPTIONS_NONE = 0, | 395 | OPTIONS_NONE = 0, |
396 | OPTIONS_PRETTY = 1 | 396 | OPTIONS_PRETTY = 1 |