diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llcommon/llsdserialize.h | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
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 |